POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b99dbf4d-fcff-4789-be75-b5055c195e61",
  "0d17860a-95a2-425f-a93d-3877b4590654"
]

text/html

Sample:
["b99dbf4d-fcff-4789-be75-b5055c195e61","0d17860a-95a2-425f-a93d-3877b4590654"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>b99dbf4d-fcff-4789-be75-b5055c195e61</Guid>
  <Guid>0d17860a-95a2-425f-a93d-3877b4590654</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.