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:
[
  "3aa2ba3a-becb-4e78-a742-00e3f7769f1d",
  "a0579f35-6c8a-4ed1-b0fc-5527afad4f32"
]

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>3aa2ba3a-becb-4e78-a742-00e3f7769f1d</guid>
  <guid>a0579f35-6c8a-4ed1-b0fc-5527afad4f32</guid>
</ArrayOfguid>

Response Information

Resource Description

None.