POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "01fd3f52-53d0-4572-bd53-4e39f1f42251",
  "a507cc04-5e77-427a-bc55-e42b1e4fa35a"
]

text/html

Sample:
["01fd3f52-53d0-4572-bd53-4e39f1f42251","a507cc04-5e77-427a-bc55-e42b1e4fa35a"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>01fd3f52-53d0-4572-bd53-4e39f1f42251</Guid>
  <Guid>a507cc04-5e77-427a-bc55-e42b1e4fa35a</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.