POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2a5744d0-a069-4403-9608-af2ea686e566",
  "e9cce38f-6ff4-475f-abbb-4630baec652d"
]

text/html

Sample:
["2a5744d0-a069-4403-9608-af2ea686e566","e9cce38f-6ff4-475f-abbb-4630baec652d"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>2a5744d0-a069-4403-9608-af2ea686e566</Guid>
  <Guid>e9cce38f-6ff4-475f-abbb-4630baec652d</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.