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:
[
  "1ee187bd-b443-41f9-8c4d-851f43970788",
  "a9558f04-174a-425f-954d-d21661ee5a0a"
]

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>1ee187bd-b443-41f9-8c4d-851f43970788</guid>
  <guid>a9558f04-174a-425f-954d-d21661ee5a0a</guid>
</ArrayOfguid>

Response Information

Resource Description

None.