End a conference
End a conference and terminate all active participants.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Uniquely identifies the conference.
Body
application/json
Use this field to avoid duplicate commands. Telnyx will ignore any command with the same command_id for the same conference.
Example:
"891510ac-f3e4-11e8-af5b-de00688a4901"
Response
Successful response upon making a conference command.
Example:
{ "result": "ok" }JavaScript