POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5f37bd10-6c53-49bb-969d-39120b35a065",
  "5ac7317e-16d9-4ad0-8d97-d30c0cb93bf8"
]

text/html

Sample:
["5f37bd10-6c53-49bb-969d-39120b35a065","5ac7317e-16d9-4ad0-8d97-d30c0cb93bf8"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>5f37bd10-6c53-49bb-969d-39120b35a065</Guid>
  <Guid>5ac7317e-16d9-4ad0-8d97-d30c0cb93bf8</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.