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:
[
  "de000958-db2f-4436-8dbd-6f8e3876740d",
  "4bc04a21-93a0-402d-81e1-7ab31d16d83b"
]

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>de000958-db2f-4436-8dbd-6f8e3876740d</guid>
  <guid>4bc04a21-93a0-402d-81e1-7ab31d16d83b</guid>
</ArrayOfguid>

Response Information

Resource Description

None.