Headers
Authentication Key
Response
Returns an empty object
The response is of type object.
curl --request DELETE \
--url https://chat.botpress.cloud/{webhookUrl}/conversations/{conversationId}/participants/{userId} \
--header 'x-user-key: <x-user-key>'{}Remove a Participant from a Conversation.
curl --request DELETE \
--url https://chat.botpress.cloud/{webhookUrl}/conversations/{conversationId}/participants/{userId} \
--header 'x-user-key: <x-user-key>'{}Authentication Key
Returns an empty object
The response is of type object.
Was this page helpful?