POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f397c322-702e-432e-a85f-deae0142d1cd",
  "40eca999-4bef-4d44-acf8-cd0103861adc"
]

text/html

Sample:
["f397c322-702e-432e-a85f-deae0142d1cd","40eca999-4bef-4d44-acf8-cd0103861adc"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>f397c322-702e-432e-a85f-deae0142d1cd</Guid>
  <Guid>40eca999-4bef-4d44-acf8-cd0103861adc</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.