POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "12a55afa-0efa-4c61-8f3f-12d80d9b9b7a",
  "095b85bd-393d-4f18-a2b3-ed14f818f1e7"
]

text/html

Sample:
["12a55afa-0efa-4c61-8f3f-12d80d9b9b7a","095b85bd-393d-4f18-a2b3-ed14f818f1e7"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>12a55afa-0efa-4c61-8f3f-12d80d9b9b7a</Guid>
  <Guid>095b85bd-393d-4f18-a2b3-ed14f818f1e7</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.