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:
[ "4bc7aeb2-9c87-43a8-922f-48ab2a971889", "0c44005f-1672-4a51-9f76-f45577ecb863" ]
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>4bc7aeb2-9c87-43a8-922f-48ab2a971889</guid> <guid>0c44005f-1672-4a51-9f76-f45577ecb863</guid> </ArrayOfguid>
Response Information
Resource Description
None.