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:
[ "c30b9be5-2463-4ed8-8ea4-0332be3da3cd", "e242e8a2-d60e-4333-bac2-83d9e50a5956" ]
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>c30b9be5-2463-4ed8-8ea4-0332be3da3cd</guid> <guid>e242e8a2-d60e-4333-bac2-83d9e50a5956</guid> </ArrayOfguid>
Response Information
Resource Description
None.