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:
[ "55ec51e8-36d7-424a-87dd-a6a46f1ebbe6", "f832fe6b-9b86-4d75-97d6-7ad20a049ebc" ]
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>55ec51e8-36d7-424a-87dd-a6a46f1ebbe6</guid> <guid>f832fe6b-9b86-4d75-97d6-7ad20a049ebc</guid> </ArrayOfguid>
Response Information
Resource Description
None.