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:
[ "dd4f1a79-3aa2-4721-9d7d-9db0e4c859fb", "9cf5e69c-d19f-4d50-9a88-2a60bfe2351d" ]
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>dd4f1a79-3aa2-4721-9d7d-9db0e4c859fb</guid> <guid>9cf5e69c-d19f-4d50-9a88-2a60bfe2351d</guid> </ArrayOfguid>
Response Information
Resource Description
None.