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:
[
  "829e2000-885c-464d-83c8-acb4dd2d9f85",
  "89b58960-865b-4476-9606-5fbf7e7fe5a3"
]

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>829e2000-885c-464d-83c8-acb4dd2d9f85</guid>
  <guid>89b58960-865b-4476-9606-5fbf7e7fe5a3</guid>
</ArrayOfguid>

Response Information

Resource Description

None.