New Leave API Method
June 27, 2025•1 min read
We've added a new leave method to our API that gives you precise control over bot sessions. This feature is particularly valuable when working with multiple bots in the same meeting. The new endpoint allows you to programmatically force a bot to leave a meeting session:
curl --location --request POST 'https://api.chatter-box.io/session/SESSION_ID/leave' \
--header 'Authorization: Bearer YOUR_API_TOKEN'
Implementation
The leave method is now available in our API. Simply make a POST request to the session's leave endpoint with your authorization token.