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 identifierRequest Formats
application/json, text/json
Sample:
[ "ea54b67f-e1fa-48f3-b4f3-6ff52692756f", "35b9058e-5469-4004-b704-5ae5ff476065" ]
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>ea54b67f-e1fa-48f3-b4f3-6ff52692756f</guid> <guid>35b9058e-5469-4004-b704-5ae5ff476065</guid> </ArrayOfguid>
Response Information
Resource Description
None.