POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "23615ce4-e747-4b18-90d7-30aec256f26f",
  "8f633cf9-6474-4fc1-b9a8-ae6aeeb8e14b"
]

text/html

Sample:
["23615ce4-e747-4b18-90d7-30aec256f26f","8f633cf9-6474-4fc1-b9a8-ae6aeeb8e14b"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>23615ce4-e747-4b18-90d7-30aec256f26f</Guid>
  <Guid>8f633cf9-6474-4fc1-b9a8-ae6aeeb8e14b</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.