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:
[ "03f398eb-459d-4fb8-b46a-7c81e61f7044", "e231ca5a-605d-4f6c-b0d2-efb5608a883b" ]
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>03f398eb-459d-4fb8-b46a-7c81e61f7044</guid> <guid>e231ca5a-605d-4f6c-b0d2-efb5608a883b</guid> </ArrayOfguid>
Response Information
Resource Description
None.