POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c4e1721e-d5c2-4d95-a736-9ba921a3d95c",
  "22d914be-ffdc-4392-b45d-ed9b9874313f"
]

text/html

Sample:
["c4e1721e-d5c2-4d95-a736-9ba921a3d95c","22d914be-ffdc-4392-b45d-ed9b9874313f"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>c4e1721e-d5c2-4d95-a736-9ba921a3d95c</Guid>
  <Guid>22d914be-ffdc-4392-b45d-ed9b9874313f</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.