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:
[ "d9600274-5976-43d9-81e6-a7590036865f", "065fefdc-41fd-4083-9d02-0c5a365ae8db" ]
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>d9600274-5976-43d9-81e6-a7590036865f</guid> <guid>065fefdc-41fd-4083-9d02-0c5a365ae8db</guid> </ArrayOfguid>
Response Information
Resource Description
None.