POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d0e52d85-34b8-4b32-bbae-74cf1af017ff",
  "2dd90c98-9c5f-4c56-8be7-f979a9d8f8ea"
]

text/html

Sample:
["d0e52d85-34b8-4b32-bbae-74cf1af017ff","2dd90c98-9c5f-4c56-8be7-f979a9d8f8ea"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>d0e52d85-34b8-4b32-bbae-74cf1af017ff</Guid>
  <Guid>2dd90c98-9c5f-4c56-8be7-f979a9d8f8ea</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.