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:
[ "83aa1246-0f01-491a-9c1f-7b569c955ce9", "0c9e6b66-18e0-4624-98bc-9a37087cf256" ]
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>83aa1246-0f01-491a-9c1f-7b569c955ce9</guid> <guid>0c9e6b66-18e0-4624-98bc-9a37087cf256</guid> </ArrayOfguid>
Response Information
Resource Description
None.