POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b4aaf862-f3d2-446f-b0ce-3f9a46610258",
  "fac46c44-b23b-407f-9da6-1bb0798de46d"
]

text/html

Sample:
["b4aaf862-f3d2-446f-b0ce-3f9a46610258","fac46c44-b23b-407f-9da6-1bb0798de46d"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>b4aaf862-f3d2-446f-b0ce-3f9a46610258</Guid>
  <Guid>fac46c44-b23b-407f-9da6-1bb0798de46d</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.