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:
[
  "8ef6e3ec-2e83-4f3f-b204-9a1f7a176bdc",
  "49fc698c-a1bb-4334-ab5c-63c83ffbf9b2"
]

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>8ef6e3ec-2e83-4f3f-b204-9a1f7a176bdc</guid>
  <guid>49fc698c-a1bb-4334-ab5c-63c83ffbf9b2</guid>
</ArrayOfguid>

Response Information

Resource Description

None.