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:
[
  "b8c914e8-37f4-41fe-a7c3-b0ee4ea6f163",
  "1aad8533-403d-477b-b2be-f45251970c91"
]

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>b8c914e8-37f4-41fe-a7c3-b0ee4ea6f163</guid>
  <guid>1aad8533-403d-477b-b2be-f45251970c91</guid>
</ArrayOfguid>

Response Information

Resource Description

None.