POST messaging/messagethread/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "46b8d57b-d4b9-4cec-bd4f-f36511a56a29", "1f56b3ff-f0c3-430c-9884-21e9f742eed9" ]
text/html
Sample:
["46b8d57b-d4b9-4cec-bd4f-f36511a56a29","1f56b3ff-f0c3-430c-9884-21e9f742eed9"]
application/xml, text/xml
Sample:
<Guids> <Guid>46b8d57b-d4b9-4cec-bd4f-f36511a56a29</Guid> <Guid>1f56b3ff-f0c3-430c-9884-21e9f742eed9</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. |