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:
[ "ab100705-76d0-43c5-b1f8-f8bc91d44a22", "bf5f63a1-991e-4972-a139-e2967de68e4a" ]
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>ab100705-76d0-43c5-b1f8-f8bc91d44a22</guid> <guid>bf5f63a1-991e-4972-a139-e2967de68e4a</guid> </ArrayOfguid>
Response Information
Resource Description
None.