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:
[
  "0d1c60e1-dff8-4cc6-a577-589dcb4df78a",
  "b346b59c-d2b5-496a-a771-94e0068109f0"
]

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>0d1c60e1-dff8-4cc6-a577-589dcb4df78a</guid>
  <guid>b346b59c-d2b5-496a-a771-94e0068109f0</guid>
</ArrayOfguid>

Response Information

Resource Description

None.