Calls
Stop Active Call
End an active phone call by call_id.
POST
/
v1
/
calls
/
{call_id}
/
stop
Headers
Your API key for authentication.
Path Parameters
The unique identifier for the call you want to end.
Response
Can be success
or error
.
If the status is success
, the message will say “Call ended successfully.”
Otherwise, if the status is error
, the message will say “SID not found for
the given c_id.” or “Internal server error.”