POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "3941841a-d74b-4805-8a76-3a94afa4bef8",
  "110c419c-9c8c-4b4e-92dd-84b0fcc2e57b"
]

text/html

Sample:
["3941841a-d74b-4805-8a76-3a94afa4bef8","110c419c-9c8c-4b4e-92dd-84b0fcc2e57b"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>3941841a-d74b-4805-8a76-3a94afa4bef8</Guid>
  <Guid>110c419c-9c8c-4b4e-92dd-84b0fcc2e57b</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.