POST messaging/messagethread/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "2f1d910d-499f-40d5-acaf-b1b4c51ccbb7", "3a551ca5-8410-42ca-853f-8d465288a7a3" ]
text/html
Sample:
["2f1d910d-499f-40d5-acaf-b1b4c51ccbb7","3a551ca5-8410-42ca-853f-8d465288a7a3"]
application/xml, text/xml
Sample:
<Guids> <Guid>2f1d910d-499f-40d5-acaf-b1b4c51ccbb7</Guid> <Guid>3a551ca5-8410-42ca-853f-8d465288a7a3</Guid> </Guids>
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |