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:
[
  "faefeceb-1b46-489b-8ef7-5ba12d4635f3",
  "54636fce-9def-4eba-ae36-26262438792b"
]

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>faefeceb-1b46-489b-8ef7-5ba12d4635f3</guid>
  <guid>54636fce-9def-4eba-ae36-26262438792b</guid>
</ArrayOfguid>

Response Information

Resource Description

None.