POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "7af8cdf9-c80f-46fe-972c-c7e551f8e137",
  "c0725a34-5881-40bb-a9d8-c4c723bd2a5a"
]

text/html

Sample:
["7af8cdf9-c80f-46fe-972c-c7e551f8e137","c0725a34-5881-40bb-a9d8-c4c723bd2a5a"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>7af8cdf9-c80f-46fe-972c-c7e551f8e137</Guid>
  <Guid>c0725a34-5881-40bb-a9d8-c4c723bd2a5a</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.