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

Path Parameters

id
string
required

User ID

Response

200
application/json
Returns the [User](#schema_user) object that was deleted

The response is of type object.