POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5159681e-94fc-4ccb-b456-a84a5e26aebe",
  "7936520f-932a-4b08-b8b3-06e6756b3633"
]

text/html

Sample:
["5159681e-94fc-4ccb-b456-a84a5e26aebe","7936520f-932a-4b08-b8b3-06e6756b3633"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>5159681e-94fc-4ccb-b456-a84a5e26aebe</Guid>
  <Guid>7936520f-932a-4b08-b8b3-06e6756b3633</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.