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:
[ "38f88a74-5fb4-4ea1-a939-78310f1409b9", "e81fd4ca-ceea-4be6-a5fb-4289884e5836" ]
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>38f88a74-5fb4-4ea1-a939-78310f1409b9</guid> <guid>e81fd4ca-ceea-4be6-a5fb-4289884e5836</guid> </ArrayOfguid>
Response Information
Resource Description
None.