curl --request DELETE \
--url https://chat.botpress.cloud/{webhookUrl}/conversations/{id} \
--header 'x-user-key: <x-user-key>'{}Permanently deletes a Conversation. It cannot be undone. Also immediately deletes corresponding Messages.
curl --request DELETE \
--url https://chat.botpress.cloud/{webhookUrl}/conversations/{id} \
--header 'x-user-key: <x-user-key>'{}Documentation Index
Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication Key
Conversation id
Returns the Conversation object that was deleted
The response is of type deleteConversationResponse · object.
Was this page helpful?