POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "be67c426-5b69-4876-8ca2-ad9a33ad791e",
  "abeb9828-e92b-4646-8432-71aff2442565"
]

text/html

Sample:
["be67c426-5b69-4876-8ca2-ad9a33ad791e","abeb9828-e92b-4646-8432-71aff2442565"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>be67c426-5b69-4876-8ca2-ad9a33ad791e</Guid>
  <Guid>abeb9828-e92b-4646-8432-71aff2442565</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.