Stop a call
POST/v1/calls/:id/stop
End one active call. The stop is best-effort and converges through our normal call pipeline, so the response reflects the request — poll GET /calls/{id} for the final status. Stopping an already-ended call succeeds (idempotent).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 502
The call is not active (already ended, or not yet dialed).
Missing, invalid, revoked, or expired API key.
The key lacks the calls:write scope.
No call with this id for your organization.
Rate limit exceeded.
The voice provider failed to stop the call.