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:
[ "60b2e566-0c07-4310-b559-50cb032f8c97", "b84de5e8-af65-4ae6-a59a-9a519a33c25e" ]
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>60b2e566-0c07-4310-b559-50cb032f8c97</guid> <guid>b84de5e8-af65-4ae6-a59a-9a519a33c25e</guid> </ArrayOfguid>
Response Information
Resource Description
None.