POST api/v2.0/Messaging/DeleteMessages

Deletes Mailbox Messages from the Authenticated User's Inbox.

Request Information

URI Parameters

None.

Body Parameters

A List of messageKeys to delete.

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "491b434d-2c5f-414a-a36f-712c539d5835",
  "d8b7a010-1a95-47e3-9cc1-ce7a99f072f1"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>491b434d-2c5f-414a-a36f-712c539d5835</guid>
  <guid>d8b7a010-1a95-47e3-9cc1-ce7a99f072f1</guid>
</ArrayOfguid>

Response Information

Resource Description

None.