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:
[ "ce40287f-04e5-4480-88fc-c82cede3a0c6", "353749a2-4c56-451e-8bc1-798e56c3b593" ]
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>ce40287f-04e5-4480-88fc-c82cede3a0c6</guid> <guid>353749a2-4c56-451e-8bc1-798e56c3b593</guid> </ArrayOfguid>
Response Information
Resource Description
None.