POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ec357aae-ee28-4c5b-90fa-e77662c03b95",
  "acd0b75f-194c-418f-ace7-12ff76fc26ff"
]

text/html

Sample:
["ec357aae-ee28-4c5b-90fa-e77662c03b95","acd0b75f-194c-418f-ace7-12ff76fc26ff"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>ec357aae-ee28-4c5b-90fa-e77662c03b95</Guid>
  <Guid>acd0b75f-194c-418f-ace7-12ff76fc26ff</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.