/restapi/v1.0/account/:accountId/extension/:extensionId/message-store/:messageId
DELETE {{baseUrl}}/restapi/v1.0/account/:accountId/extension/:extensionId/message-store/:messageId?purge=<boolean>&conversationId=<long>
Delete Message by ID
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
purge | string | If the value is 'True', then the message is purged immediately with all the attachments. The default value is 'False' | |
conversationId | string | Internal identifier of a message thread |