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:
[ "ba39d236-1576-4f43-876a-d2410fa95fec", "00f719c6-8d9b-4b0e-b0ee-e0515a0a2405" ]
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>ba39d236-1576-4f43-876a-d2410fa95fec</guid> <guid>00f719c6-8d9b-4b0e-b0ee-e0515a0a2405</guid> </ArrayOfguid>
Response Information
Resource Description
None.