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:
[ "093bc12a-2f54-446a-8f7f-bd0c6a1bed73", "af3cf0df-6d3d-4673-a5a2-d81bdb0e6038" ]
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>093bc12a-2f54-446a-8f7f-bd0c6a1bed73</guid> <guid>af3cf0df-6d3d-4673-a5a2-d81bdb0e6038</guid> </ArrayOfguid>
Response Information
Resource Description
None.