POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c915f442-f240-4276-9b60-9c557a19d78b",
  "c86e7a91-69ae-4f44-8b75-9afffc520fcc"
]

text/html

Sample:
["c915f442-f240-4276-9b60-9c557a19d78b","c86e7a91-69ae-4f44-8b75-9afffc520fcc"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>c915f442-f240-4276-9b60-9c557a19d78b</Guid>
  <Guid>c86e7a91-69ae-4f44-8b75-9afffc520fcc</Guid>
</Guids>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.