v1
latestOpenAPI 3.0.32026-07-246376162.1 KBVoice
Stop call
End calls for agents from external systems.
post/api/v4/voice/calls/{call_id}/hangup
Path parameters
call_idstring uuid required
Example:0b97ce11-b6e0-49b4-8f92-68040aa324bf
ID of the call.
Request body
Example request
{
"user_id": 1
}Response
OK
Example response
{
"call": {
"id": "0b97ce11-b6e0-49b4-8f92-68040aa324bf"
}
}