Sign in

Delete conference supervisor

documented

Delete conference supervisor

DELETE /conference/{id}/supervisorAgent Console CCno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

# Note: Public CallHub API docs do not show a DELETE /conference/{id}/supervisor endpoint. This is a best-guess based on related endpoints.
# Sources: https://developer.callhub.io/ (v3.1 docs and API reference), https://developer.callhub.io/docs/getting-started, https://developer.callhub.io/reference/conferenceidsupervisortransfer
npx -y keychains@latest curl "https://api.callhub.io/v1/conference/{{$id}}/supervisor" \
  -X DELETE \
  -H "Authorization: Token {{CALLHUB_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Delete conference supervisor · CallHub · OpenIntegrations