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:
[
  "bce83c03-40aa-41ea-a62e-6567b29de35f",
  "b32c8c41-bae3-4d19-b06c-add428827e67"
]

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>bce83c03-40aa-41ea-a62e-6567b29de35f</guid>
  <guid>b32c8c41-bae3-4d19-b06c-add428827e67</guid>
</ArrayOfguid>

Response Information

Resource Description

None.