Headers
Authentication Key
Path Parameters
Conversation id
Response
Returns the Conversation object that was deleted
The response is of type object.
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>'{}Authentication Key
Conversation id
Returns the Conversation object that was deleted
The response is of type object.
Was this page helpful?