Delete Call
Permanently delete a call record and its associated data.
Endpoint
Path Parameters
| Parameter | Type | Description |
|---|
id | string | The 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
| Code | Description |
|---|
404 | Call 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.