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:
[
  "fad33c13-634f-4c6a-bb52-3f47a224857a",
  "ff86b13d-0bed-4b4f-8f07-f6507a6df585"
]

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>fad33c13-634f-4c6a-bb52-3f47a224857a</guid>
  <guid>ff86b13d-0bed-4b4f-8f07-f6507a6df585</guid>
</ArrayOfguid>

Response Information

Resource Description

None.