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:
[
  "3850396f-5643-49ef-874c-3caee812596f",
  "2c723ce9-c82a-4db9-9068-9e1d14da6f75"
]

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>3850396f-5643-49ef-874c-3caee812596f</guid>
  <guid>2c723ce9-c82a-4db9-9068-9e1d14da6f75</guid>
</ArrayOfguid>

Response Information

Resource Description

None.