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:
[
  "796bdc10-0cb9-4012-b809-f1b59a5e069d",
  "55de09b8-4ce8-4aec-bb4d-67e710f596e1"
]

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>796bdc10-0cb9-4012-b809-f1b59a5e069d</guid>
  <guid>55de09b8-4ce8-4aec-bb4d-67e710f596e1</guid>
</ArrayOfguid>

Response Information

Resource Description

None.