v1
latestOpenAPI 3.0.12026-07-2696152184.1 KBAgents
Delete Call
Deletes the sensitive data for a call, including the transcript, audio recordings, and logs. The call record is retained with non-sensitive operational metadata; deleted fields are omitted from subsequent API responses, and redacted_at marks when deletion occurred. Deletion cannot be undone.
Only completed or failed calls can be deleted. Cancel an active call first via POST /agents/calls/{call_id}/cancel.
delete/agents/calls/{call_id}
Path parameters
call_idstring required
The ID of the call.
Headers
Cartesia-Version'2026-03-01' date required
Example:2026-03-01
API version header.
Response
The call record with sensitive fields deleted.