POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "31947f86-d7f3-4cb0-af16-f6c0eb0a1707",
  "025f638e-d134-4c2c-a6ec-0748f3e42791"
]

text/html

Sample:
["31947f86-d7f3-4cb0-af16-f6c0eb0a1707","025f638e-d134-4c2c-a6ec-0748f3e42791"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>31947f86-d7f3-4cb0-af16-f6c0eb0a1707</Guid>
  <Guid>025f638e-d134-4c2c-a6ec-0748f3e42791</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.