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:
[ "db98fc98-bfee-4336-a358-cd66363a1dff", "57e5f7c1-8133-40bd-8833-df2d5a4343e4" ]
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>db98fc98-bfee-4336-a358-cd66363a1dff</guid> <guid>57e5f7c1-8133-40bd-8833-df2d5a4343e4</guid> </ArrayOfguid>
Response Information
Resource Description
None.