POST messaging/messagethread/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "7abed8ba-4064-4071-ad71-1c0ea1cd7d51", "1d24eecc-ffd3-47a5-9d98-0ebeb9fcfb69" ]
text/html
Sample:
["7abed8ba-4064-4071-ad71-1c0ea1cd7d51","1d24eecc-ffd3-47a5-9d98-0ebeb9fcfb69"]
application/xml, text/xml
Sample:
<Guids> <Guid>7abed8ba-4064-4071-ad71-1c0ea1cd7d51</Guid> <Guid>1d24eecc-ffd3-47a5-9d98-0ebeb9fcfb69</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. |