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:
[
  "ce2cb3bf-f644-4b02-9cd1-7435ffb7722a",
  "a9c69f0e-322f-4905-8f85-c14bdf315133"
]

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>ce2cb3bf-f644-4b02-9cd1-7435ffb7722a</guid>
  <guid>a9c69f0e-322f-4905-8f85-c14bdf315133</guid>
</ArrayOfguid>

Response Information

Resource Description

None.