POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a28ecaab-b5b8-4d53-8f5c-558982b95894",
  "c73381e2-3ee4-49ae-9e45-5fabbf9d5a51"
]

text/html

Sample:
["a28ecaab-b5b8-4d53-8f5c-558982b95894","c73381e2-3ee4-49ae-9e45-5fabbf9d5a51"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>a28ecaab-b5b8-4d53-8f5c-558982b95894</Guid>
  <Guid>c73381e2-3ee4-49ae-9e45-5fabbf9d5a51</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.