POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "504fc189-df84-4c09-a5a1-973c8483dd1c",
  "a71429f7-cd72-40ef-ab32-6092a8729169"
]

text/html

Sample:
["504fc189-df84-4c09-a5a1-973c8483dd1c","a71429f7-cd72-40ef-ab32-6092a8729169"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>504fc189-df84-4c09-a5a1-973c8483dd1c</Guid>
  <Guid>a71429f7-cd72-40ef-ab32-6092a8729169</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.