POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "9aa4a9ae-d249-4e44-8c1b-94b1a1aaf436",
  "1d93a8cb-25cc-4938-9eaf-922e550cc837"
]

text/html

Sample:
["9aa4a9ae-d249-4e44-8c1b-94b1a1aaf436","1d93a8cb-25cc-4938-9eaf-922e550cc837"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>9aa4a9ae-d249-4e44-8c1b-94b1a1aaf436</Guid>
  <Guid>1d93a8cb-25cc-4938-9eaf-922e550cc837</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.