MeetingBaasMeeting Baas
API Reference

Leave Meeting

Leave

DELETE
/bots/{uuid}

Authorization

x-meeting-baas-api-key<token>

API key for authentication

In: header

x-spoke-api-key<token>

Legacy API key for authentication (deprecated)

In: header

curl -X DELETE "https://api.meetingbaas.com/bots/{uuid}" \
  -H "x-meeting-baas-api-key: <token>"

{
  "ok": true
}