POST messaging/messagethread/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "035b9ab5-09ad-47f3-89a8-3b5b14ad0971", "2098028a-2f87-4531-a6be-9711fb23d87b" ]
text/html
Sample:
["035b9ab5-09ad-47f3-89a8-3b5b14ad0971","2098028a-2f87-4531-a6be-9711fb23d87b"]
application/xml, text/xml
Sample:
<Guids> <Guid>035b9ab5-09ad-47f3-89a8-3b5b14ad0971</Guid> <Guid>2098028a-2f87-4531-a6be-9711fb23d87b</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. |