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:
[
  "0f818f5e-3cdd-46c9-95ee-2d43c649e88c",
  "04f1dfed-40c5-45ad-8d7b-d162606a1131"
]

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>0f818f5e-3cdd-46c9-95ee-2d43c649e88c</guid>
  <guid>04f1dfed-40c5-45ad-8d7b-d162606a1131</guid>
</ArrayOfguid>

Response Information

Resource Description

None.