POST messaging/messagethread/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "0890b9e0-1ffc-44fc-9036-5aab5d99742f", "be4bd807-bc72-41dd-8ff4-8729d2981e1a" ]
text/html
Sample:
["0890b9e0-1ffc-44fc-9036-5aab5d99742f","be4bd807-bc72-41dd-8ff4-8729d2981e1a"]
application/xml, text/xml
Sample:
<Guids> <Guid>0890b9e0-1ffc-44fc-9036-5aab5d99742f</Guid> <Guid>be4bd807-bc72-41dd-8ff4-8729d2981e1a</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. |