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:
[
  "f84a22c0-b257-41c6-a1fc-ebd5dd3070db",
  "4ead75f0-501f-41ef-a4df-a98e5091f377"
]

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>f84a22c0-b257-41c6-a1fc-ebd5dd3070db</guid>
  <guid>4ead75f0-501f-41ef-a4df-a98e5091f377</guid>
</ArrayOfguid>

Response Information

Resource Description

None.