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:
[ "d4243cdb-2e66-48a7-90de-0f3eaf343b31", "03574e63-23ce-416b-9f3b-835f77e1771d" ]
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>d4243cdb-2e66-48a7-90de-0f3eaf343b31</guid> <guid>03574e63-23ce-416b-9f3b-835f77e1771d</guid> </ArrayOfguid>
Response Information
Resource Description
None.