POST messaging/messagethread/delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "1c6091f1-961d-46a2-bc6b-db14242b413b",
  "9da95c96-d35f-44ef-a3cf-c5db7631effd"
]

text/html

Sample:
["1c6091f1-961d-46a2-bc6b-db14242b413b","9da95c96-d35f-44ef-a3cf-c5db7631effd"]

application/xml, text/xml

Sample:
<Guids>
  <Guid>1c6091f1-961d-46a2-bc6b-db14242b413b</Guid>
  <Guid>9da95c96-d35f-44ef-a3cf-c5db7631effd</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.