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:
[ "1650d9cd-d481-4ab7-a6de-17d554468907", "3ce0f826-cfda-4189-86ee-ed29f6fbb0ab" ]
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>1650d9cd-d481-4ab7-a6de-17d554468907</guid> <guid>3ce0f826-cfda-4189-86ee-ed29f6fbb0ab</guid> </ArrayOfguid>
Response Information
Resource Description
None.