POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a9987b16-3e56-4db7-b4cd-403040d32bdc",
  "f53cf8bb-81d2-41e2-82bd-f6e91dd1ec3a"
]

text/html

Sample:
["a9987b16-3e56-4db7-b4cd-403040d32bdc","f53cf8bb-81d2-41e2-82bd-f6e91dd1ec3a"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>a9987b16-3e56-4db7-b4cd-403040d32bdc</Guid>
  <Guid>f53cf8bb-81d2-41e2-82bd-f6e91dd1ec3a</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.