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:
[ "76d20393-2d8d-49da-8470-ae056049cbac", "9d4a0c93-bcfa-46ea-99f1-e837f0f059f0" ]
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>76d20393-2d8d-49da-8470-ae056049cbac</guid> <guid>9d4a0c93-bcfa-46ea-99f1-e837f0f059f0</guid> </ArrayOfguid>
Response Information
Resource Description
None.