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:
[ "93bc519d-087a-4181-a508-84e8add3576f", "dcf5071e-7c7f-4be8-937d-1d3b965c7957" ]
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>93bc519d-087a-4181-a508-84e8add3576f</guid> <guid>dcf5071e-7c7f-4be8-937d-1d3b965c7957</guid> </ArrayOfguid>
Response Information
Resource Description
None.