Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a specific call record.
DELETE /v1/calls/:id
id
curl -X DELETE "https://api.callem.ai/v1/calls/6789abcdef0123456789abcd" \ -H "Authorization: Bearer ck_live_your_api_key_here"
{ "id": "6789abcdef0123456789abcd", "deleted": true }
404
Was this page helpful?