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:
[ "aa469e07-74a1-476e-afc2-b0fa7ce99b17", "afd05657-d323-485d-a68c-0cfaf7a98f79" ]
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>aa469e07-74a1-476e-afc2-b0fa7ce99b17</guid> <guid>afd05657-d323-485d-a68c-0cfaf7a98f79</guid> </ArrayOfguid>
Response Information
Resource Description
None.