POST messaging/messagethread/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "c6ef81b4-324e-4136-adfc-d1f1e5e65381", "ce2f98dc-afce-4ce1-8c1f-946dcf67730c" ]
text/html
Sample:
["c6ef81b4-324e-4136-adfc-d1f1e5e65381","ce2f98dc-afce-4ce1-8c1f-946dcf67730c"]
application/xml, text/xml
Sample:
<Guids> <Guid>c6ef81b4-324e-4136-adfc-d1f1e5e65381</Guid> <Guid>ce2f98dc-afce-4ce1-8c1f-946dcf67730c</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. |