POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b3be179f-c05f-4f5a-9d91-bf13c05fafea",
  "30fcda1e-4be3-408f-9cc6-42c841426cf8"
]

text/html

Sample:
["b3be179f-c05f-4f5a-9d91-bf13c05fafea","30fcda1e-4be3-408f-9cc6-42c841426cf8"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>b3be179f-c05f-4f5a-9d91-bf13c05fafea</Guid>
  <Guid>30fcda1e-4be3-408f-9cc6-42c841426cf8</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.