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
Example request
{}Response
Successful response upon making a conference command.
Example response
{
"data": {
"result": "ok"
}
}