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:
[ "221040d1-2018-4b9d-909e-7ee51daa12ea", "aaeaaf71-e872-44f0-ba4b-67244d3c406f" ]
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>221040d1-2018-4b9d-909e-7ee51daa12ea</guid> <guid>aaeaaf71-e872-44f0-ba4b-67244d3c406f</guid> </ArrayOfguid>
Response Information
Resource Description
None.