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:
[
  "9d1f1e45-247b-449e-8308-48f9fa46973b",
  "99d544a3-7fbb-4c3b-8eb2-0f936dec959e"
]

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>9d1f1e45-247b-449e-8308-48f9fa46973b</guid>
  <guid>99d544a3-7fbb-4c3b-8eb2-0f936dec959e</guid>
</ArrayOfguid>

Response Information

Resource Description

None.