Call control
End a call
Ends the active call identified by id by hanging up.
delete/v1/calls/{id}
Path parameters
idstring uuid required
The uuid of the call.
Response
Returns a success confirmation. The call is ended.
Example response
{
"success": true
}