POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2fa6fae3-2a1b-40fc-873f-4c733065b693",
  "dfeec20e-78a1-4ee4-b049-99456d6572b5"
]

text/html

Sample:
["2fa6fae3-2a1b-40fc-873f-4c733065b693","dfeec20e-78a1-4ee4-b049-99456d6572b5"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>2fa6fae3-2a1b-40fc-873f-4c733065b693</Guid>
  <Guid>dfeec20e-78a1-4ee4-b049-99456d6572b5</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.