POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "4876a266-6e6a-4f85-9813-4f1dd52291cc",
  "1fcee358-a0f7-47f5-bf24-4751a2f5e1dc"
]

text/html

Sample:
["4876a266-6e6a-4f85-9813-4f1dd52291cc","1fcee358-a0f7-47f5-bf24-4751a2f5e1dc"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>4876a266-6e6a-4f85-9813-4f1dd52291cc</Guid>
  <Guid>1fcee358-a0f7-47f5-bf24-4751a2f5e1dc</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.