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:
[
  "79fcb3fe-1d75-4bb4-9d4a-7899387914f1",
  "d7f76d6a-672a-4c36-97d6-f20426249c37"
]

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>79fcb3fe-1d75-4bb4-9d4a-7899387914f1</guid>
  <guid>d7f76d6a-672a-4c36-97d6-f20426249c37</guid>
</ArrayOfguid>

Response Information

Resource Description

None.