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:
[ "1b15bb6c-e3dc-4865-89db-8d81984614d1", "73dab9b6-ff0b-48d4-a3f3-2bdea610d825" ]
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>1b15bb6c-e3dc-4865-89db-8d81984614d1</guid> <guid>73dab9b6-ff0b-48d4-a3f3-2bdea610d825</guid> </ArrayOfguid>
Response Information
Resource Description
None.