DELETE api/messages

Request Information

URI Parameters

None.

Body Parameters

MessageDeleteModel
NameDescriptionTypeAdditional information
message_folder_tag_id

MessageFolderTagID

None.

ids

string

None.

id

globally unique identifier

None.

subscription_id

globally unique identifier

None.

ts

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "message_folder_tag_id": 1,
  "ids": "sample string 1",
  "id": "6398be6f-c8af-433a-85cf-dd2986b87b3a",
  "subscription_id": "5ae5d5c5-b3f7-4173-8596-4899e5ab0e13",
  "ts": "QEA="
}

application/xml, text/xml

Sample:
<MessageDeleteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models">
  <Id xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">6398be6f-c8af-433a-85cf-dd2986b87b3a</Id>
  <SubscriptionId xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">5ae5d5c5-b3f7-4173-8596-4899e5ab0e13</SubscriptionId>
  <Ts xmlns="http://schemas.datacontract.org/2004/07/CompleteEmpireApp.Api.Models.Base">QEA=</Ts>
  <Ids>sample string 1</Ids>
  <MessageFolderTagId>Inbox</MessageFolderTagId>
</MessageDeleteModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.