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:
[ "66a5324b-255c-49d8-81e3-f5b554d9ba32", "97b40a5b-e696-4b1e-9c44-1b31c558efc3" ]
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>66a5324b-255c-49d8-81e3-f5b554d9ba32</guid> <guid>97b40a5b-e696-4b1e-9c44-1b31c558efc3</guid> </ArrayOfguid>
Response Information
Resource Description
None.