curl --request POST \
--url https://us.api.bland.ai/v1/calls/active/stop \
--header 'authorization: <authorization>'{
"status": "success",
"message": "Stopping active calls. This may take some time...",
"num_calls": 12
}
End all active phone calls on your account.
curl --request POST \
--url https://us.api.bland.ai/v1/calls/active/stop \
--header 'authorization: <authorization>'{
"status": "success",
"message": "Stopping active calls. This may take some time...",
"num_calls": 12
}
success or error.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.”{
"status": "success",
"message": "Stopping active calls. This may take some time...",
"num_calls": 12
}
Was this page helpful?