Cancel Call
Calls
Cancel Call
Terminates an active call. Only calls in the started status can be cancelled; the call ends with end reason api_cancelled.
Cancelling ends the call but does not delete its data. To delete a call’s sensitive data after it ends, use DELETE /agents/calls/{call_id}.
POST
Cancel Call
Documentation Index
Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.
Headers
API version header.
Available options:
2026-03-01 Example:
"2026-03-01"
Path Parameters
The ID of the call.
Response
The call was cancelled.
Always true when the cancel is confirmed.