Skip to main content

Delete Call

Permanently delete a call record and its associated data.

Endpoint

DELETE /v1/calls/:id

Path Parameters

ParameterTypeDescription
idstringThe call ID to delete

Request

curl -X DELETE "https://api.callem.ai/v1/calls/6789abcdef0123456789abcd" \
  -H "Authorization: Bearer ck_live_your_api_key_here"

Response

{
  "id": "6789abcdef0123456789abcd",
  "deleted": true
}

Errors

CodeDescription
404Call not found, or belongs to a different project
This action is permanent and cannot be undone. The call record, transcript, and all associated data will be permanently deleted.