POST messaging/messagethread/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "65cc85d9-adad-499e-96b7-109f541b30cc", "7b1db61d-726a-44ad-b80c-8b39f46dccdb" ]
text/html
Sample:
["65cc85d9-adad-499e-96b7-109f541b30cc","7b1db61d-726a-44ad-b80c-8b39f46dccdb"]
application/xml, text/xml
Sample:
<Guids> <Guid>65cc85d9-adad-499e-96b7-109f541b30cc</Guid> <Guid>7b1db61d-726a-44ad-b80c-8b39f46dccdb</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. |