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:
[ "de6c2bda-57e2-45b8-ae2b-2d3d48c6b654", "38878d57-1853-444f-a1b3-5a90c4fda8e3" ]
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>de6c2bda-57e2-45b8-ae2b-2d3d48c6b654</guid> <guid>38878d57-1853-444f-a1b3-5a90c4fda8e3</guid> </ArrayOfguid>
Response Information
Resource Description
None.