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:
[ "a85f3c60-3dad-46d7-aa3b-433060a24f7b", "f4fb3e1d-1c07-4b42-a66a-79e24c8397b1" ]
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>a85f3c60-3dad-46d7-aa3b-433060a24f7b</guid> <guid>f4fb3e1d-1c07-4b42-a66a-79e24c8397b1</guid> </ArrayOfguid>
Response Information
Resource Description
None.