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:
[ "06a80275-c9fb-4287-88cf-07a819415271", "72b1f427-4a57-4c6f-937f-275a55bfff89" ]
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>06a80275-c9fb-4287-88cf-07a819415271</guid> <guid>72b1f427-4a57-4c6f-937f-275a55bfff89</guid> </ArrayOfguid>
Response Information
Resource Description
None.