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:
[
  "b2fef161-1868-47a6-9c5b-662af460e15f",
  "31af2d1c-8036-4fb0-8a5a-4f3f38eae17f"
]

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>b2fef161-1868-47a6-9c5b-662af460e15f</guid>
  <guid>31af2d1c-8036-4fb0-8a5a-4f3f38eae17f</guid>
</ArrayOfguid>

Response Information

Resource Description

None.