Skip to main content

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