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:
[
  "859d2e0c-c561-46cb-9af9-ae43ce4075a6",
  "20c9223a-5baf-4f2d-9eb7-b04b8ee4c61c"
]

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>859d2e0c-c561-46cb-9af9-ae43ce4075a6</guid>
  <guid>20c9223a-5baf-4f2d-9eb7-b04b8ee4c61c</guid>
</ArrayOfguid>

Response Information

Resource Description

None.