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:
[
  "5e7794d0-1f8c-4ccb-9262-1e80d269e7f6",
  "dd0e92e0-e551-4ce3-aa71-9a239ceee366"
]

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>5e7794d0-1f8c-4ccb-9262-1e80d269e7f6</guid>
  <guid>dd0e92e0-e551-4ce3-aa71-9a239ceee366</guid>
</ArrayOfguid>

Response Information

Resource Description

None.