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:
[ "01700238-b194-4b71-8492-64c057046d62", "18ad0633-aeb2-4e29-a66b-e4f1ad9b82ec" ]
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>01700238-b194-4b71-8492-64c057046d62</guid> <guid>18ad0633-aeb2-4e29-a66b-e4f1ad9b82ec</guid> </ArrayOfguid>
Response Information
Resource Description
None.