POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2a7afcd3-1c07-4253-ac38-c18fa99e146d",
  "3f635ca1-6a9e-4fae-8aa1-5c4d512af435"
]

text/html

Sample:
["2a7afcd3-1c07-4253-ac38-c18fa99e146d","3f635ca1-6a9e-4fae-8aa1-5c4d512af435"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>2a7afcd3-1c07-4253-ac38-c18fa99e146d</Guid>
  <Guid>3f635ca1-6a9e-4fae-8aa1-5c4d512af435</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.