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:
[
  "f256fb6d-c7b6-4c81-8083-8e9b4e086690",
  "9a969e1c-898b-4452-98b5-d74d67ae6651"
]

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>f256fb6d-c7b6-4c81-8083-8e9b4e086690</guid>
  <guid>9a969e1c-898b-4452-98b5-d74d67ae6651</guid>
</ArrayOfguid>

Response Information

Resource Description

None.