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

Headers

x-user-key
string
required

Authentication Key

Path Parameters

conversationId
string
required

Conversation id

userId
string
required

User id

Response

200
application/json
Returns an empty object

The response is of type object.