Skip to main content

Leave a conference

POST 
/conferences/:id/actions/leave

Removes a call leg from a conference and moves it back to parked state. Expected Webhooks:

  • conference.participant.left

Request

Path Parameters

    id stringrequired

    Uniquely identifies the conference by id or name

Body

required

Leave Conference request object

    call_control_id stringrequired

    Unique identifier and token for controlling the call

    command_id string

    Use this field to avoid execution of duplicate commands. Telnyx will ignore subsequent commands with the same command_id as one that has already been executed.

    beep_enabled string

    Possible values: [always, never, on_enter, on_exit]

    Whether a beep sound should be played when the participant leaves the conference. Can be used to override the conference-level setting.

Responses

200: Successful response upon making a conference command.

401: Unauthorized

422: Unprocessable entity

Callbacks

Loading...