Delete call
Calls
Delete call
DELETE /v1/calls/:callId
DELETE
Delete call
Permanently erases a single call: the call record, its transcript and analysis, and the recording file itself. Use this to satisfy an individual erasure request (“delete my data”) without waiting for the 90-day retention window.
Or with the SDK:
Request
Response
200 OK:
recording_deleted is false when the call had no recording (recording disabled, or the call ended before audio was saved) - the call record is still deleted.
Errors
Only calls made with your own API key can be deleted; another account’s call ID returns the same
404.
Not reversible
What this does NOT do
- Billing is unaffected. The call’s usage remains on your invoice - a delivered call is still a billed call, and billing records are retained for tax purposes.
- Webhook delivery logs for the call are not removed.