POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "43f987a9-ee5a-42e9-9ccc-da425a9f95c4",
  "9e61e1a9-183f-4bb8-8b96-3647a3cc8136"
]

text/html

Sample:
["43f987a9-ee5a-42e9-9ccc-da425a9f95c4","9e61e1a9-183f-4bb8-8b96-3647a3cc8136"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>43f987a9-ee5a-42e9-9ccc-da425a9f95c4</Guid>
  <Guid>9e61e1a9-183f-4bb8-8b96-3647a3cc8136</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.