Calls
Stop All Active Calls
End all active phone calls on your account.
POST
/
v1
/
calls
/
active
/
stop
Headers
authorization
string
requiredYour API key for authentication.
Response
status
string
Can be success
or error
.
message
string
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.”
num_calls
integer
The number of active calls that will be cancelled.