POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "3edd48c3-99cf-4cfc-a108-f28414efaba4",
  "65c0cfb2-e0e2-4ab5-a6d8-a5462f240096"
]

text/html

Sample:
["3edd48c3-99cf-4cfc-a108-f28414efaba4","65c0cfb2-e0e2-4ab5-a6d8-a5462f240096"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>3edd48c3-99cf-4cfc-a108-f28414efaba4</Guid>
  <Guid>65c0cfb2-e0e2-4ab5-a6d8-a5462f240096</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.