v53

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-041,1941,9384.1 MB
Conference Commands

End a conference

End a conference and terminate all active participants.

post/conferences/{id}/actions/end

Path parameters

idstring uuid required

Uniquely identifies the conference.

Request body

command_idstring

Use this field to avoid duplicate commands. Telnyx will ignore any command with the same command_id for the same conference.

Example request

{}

Response

Successful response upon making a conference command.

Example response

{
  "data": {
    "result": "ok"
  }
}