POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "af17884e-7099-44d9-aaf9-ad07dc9dd768",
  "4309a062-8328-4885-8a05-f8e71b82b83b"
]

text/html

Sample:
["af17884e-7099-44d9-aaf9-ad07dc9dd768","4309a062-8328-4885-8a05-f8e71b82b83b"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>af17884e-7099-44d9-aaf9-ad07dc9dd768</Guid>
  <Guid>4309a062-8328-4885-8a05-f8e71b82b83b</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.