Conference Commands
Leave a conference
Removes a call leg from a conference and moves it back to parked state.
Expected Webhooks:
- conference.participant.left
post/conferences/{id}/actions/leave
Path parameters
idstring required
Uniquely identifies the conference by id or name
Request body
Example request
{
"beep_enabled": "never",
"call_control_id": "c46e06d7-b78f-4b13-96b6-c576af9640ff"
}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}