POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "2c2df662-42a2-4f3f-ace4-6ae83e443ec0",
  "a84e24d6-ef0c-4d71-a929-032e38b23e51"
]

text/html

Sample:
["2c2df662-42a2-4f3f-ace4-6ae83e443ec0","a84e24d6-ef0c-4d71-a929-032e38b23e51"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>2c2df662-42a2-4f3f-ace4-6ae83e443ec0</Guid>
  <Guid>a84e24d6-ef0c-4d71-a929-032e38b23e51</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.