DELETE
/
v1
/
chat
/
conversations
/
{id}
curl --request DELETE \
  --url https://api.botpress.cloud/v1/chat/conversations/{id}
{}

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.