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:
[ "888bf292-a0e3-4b16-8f02-e4016f2b430c", "76f67eca-664c-47e6-987f-155969e1c1a8" ]
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>888bf292-a0e3-4b16-8f02-e4016f2b430c</guid> <guid>76f67eca-664c-47e6-987f-155969e1c1a8</guid> </ArrayOfguid>
Response Information
Resource Description
None.