POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "afc77dcd-6fde-4210-8ce4-efca7cfc537b",
  "0d75c01b-7b65-47e4-8ffa-5c313ae050d2"
]

text/html

Sample:
["afc77dcd-6fde-4210-8ce4-efca7cfc537b","0d75c01b-7b65-47e4-8ffa-5c313ae050d2"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>afc77dcd-6fde-4210-8ce4-efca7cfc537b</Guid>
  <Guid>0d75c01b-7b65-47e4-8ffa-5c313ae050d2</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.