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:
[ "ab0e3b29-88ad-4caf-a333-e51b6504212a", "9abf8958-57e2-444a-a9c7-0d25eda8d9a5" ]
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>ab0e3b29-88ad-4caf-a333-e51b6504212a</guid> <guid>9abf8958-57e2-444a-a9c7-0d25eda8d9a5</guid> </ArrayOfguid>
Response Information
Resource Description
None.