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

Path Parameters

id
string
required

Conversation id

userId
string
required

User id

Response

200
application/json
Returns an empty object

The response is of type object.