DELETE
/
conversations
/
{id}
curl --request DELETE \
  --url https://chat.botpress.cloud/{webhookUrl}/conversations/{id} \
  --header 'x-user-key: <x-user-key>'
{}

Headers

x-user-key
string
required

Authentication Key

Path Parameters

id
string
required

Conversation id

Response

200
application/json
Returns the [Conversation](#schema_conversation) object that was deleted

The response is of type object.