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:
[
  "ea7c57fd-de3b-4a63-b019-5a75b7db79b7",
  "00b58435-793d-4763-aba8-868d5450b184"
]

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>ea7c57fd-de3b-4a63-b019-5a75b7db79b7</guid>
  <guid>00b58435-793d-4763-aba8-868d5450b184</guid>
</ArrayOfguid>

Response Information

Resource Description

None.