Message Store
Delete Message
Deletes message(s) by the given message ID(s). The first call of this method transfers the message to the 'Delete' status. The second call transfers the deleted message to the 'Purged' status. If it is required to make the message 'Purged' immediately (from the first call), then set the query parameter purge to true.
delete/restapi/v1.0/account/{accountId}/extension/{extensionId}/message-store/{messageId}
Query parameters
purgeboolean
If the value is true, then the message is purged immediately with all the attachments
Request body
string[] required
Response
No content