Realtime
Hang up call
End an active Realtime API call, whether it was initiated over SIP or WebRTC.
post/realtime/calls/{call_id}/hangup
Path parameters
call_idstring required
The identifier for the call. For SIP calls, use the value provided in the realtime.call.incoming webhook. For WebRTC sessions, reuse the call ID returned in the Location header when creating the call with POST /v1/realtime/calls.
Response
Call hangup initiated successfully.