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:
[ "350cab25-bfb3-40de-bcd9-c84a08788d94", "4dd9dfce-1946-49de-81c3-2e342e44e48c" ]
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>350cab25-bfb3-40de-bcd9-c84a08788d94</guid> <guid>4dd9dfce-1946-49de-81c3-2e342e44e48c</guid> </ArrayOfguid>
Response Information
Resource Description
None.