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:
[ "e66ae2f4-8428-4829-934a-c0d10e033311", "12a2c24c-188a-4863-9249-f2f46bc53bd0" ]
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>e66ae2f4-8428-4829-934a-c0d10e033311</guid> <guid>12a2c24c-188a-4863-9249-f2f46bc53bd0</guid> </ArrayOfguid>
Response Information
Resource Description
None.