POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "3f22d572-c108-4def-830c-87e3b0e5a4a3",
  "ad5b2703-019a-446d-a7d4-86591cd0b26b"
]

text/html

Sample:
["3f22d572-c108-4def-830c-87e3b0e5a4a3","ad5b2703-019a-446d-a7d4-86591cd0b26b"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>3f22d572-c108-4def-830c-87e3b0e5a4a3</Guid>
  <Guid>ad5b2703-019a-446d-a7d4-86591cd0b26b</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.