POST messaging/messagethread/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "3b33d2a5-c84a-4664-8d57-d33a62ad22ba", "ca2810cb-cf31-46c8-b69c-3b2958a011ba" ]
text/html
Sample:
["3b33d2a5-c84a-4664-8d57-d33a62ad22ba","ca2810cb-cf31-46c8-b69c-3b2958a011ba"]
application/xml, text/xml
Sample:
<Guids> <Guid>3b33d2a5-c84a-4664-8d57-d33a62ad22ba</Guid> <Guid>ca2810cb-cf31-46c8-b69c-3b2958a011ba</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. |