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:
[ "5edeba08-e741-4c3d-91b8-d399c3f994ef", "18ddc3cf-ec20-44e9-bd58-0e08b872d79d" ]
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>5edeba08-e741-4c3d-91b8-d399c3f994ef</guid> <guid>18ddc3cf-ec20-44e9-bd58-0e08b872d79d</guid> </ArrayOfguid>
Response Information
Resource Description
None.