POST messaging/messagethread/delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "d6c4b996-536d-47a3-bad5-7aeac911c400", "4639b3ee-a4ff-4cdc-ac67-89521d819adc" ]
text/html
Sample:
["d6c4b996-536d-47a3-bad5-7aeac911c400","4639b3ee-a4ff-4cdc-ac67-89521d819adc"]
application/xml, text/xml
Sample:
<Guids> <Guid>d6c4b996-536d-47a3-bad5-7aeac911c400</Guid> <Guid>4639b3ee-a4ff-4cdc-ac67-89521d819adc</Guid> </Guids>
Response Information
Resource Description
HttpResponseMessageName | 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. |