v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 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"
  }
}