cURL
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.
Authentication Key
Conversation id
Returns the Conversation object that was deleted
The response is of type object.
object
Was this page helpful?