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:
[
  "1c5a0bd0-3687-4b53-af2e-cb823191d80d",
  "c35150fd-0abc-4e0a-bc7e-50719a5ec041"
]

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>1c5a0bd0-3687-4b53-af2e-cb823191d80d</guid>
  <guid>c35150fd-0abc-4e0a-bc7e-50719a5ec041</guid>
</ArrayOfguid>

Response Information

Resource Description

None.