Skip to main content
DELETE
https://app.famulor.de/api/
/
user
/
calls
/
{call}
Delete call
curl --request DELETE \
  --url https://app.famulor.de/api/user/calls/{call} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Call deleted successfully"
}
Delete a specific call record from your account. This action permanently removes all associated data including transcripts, recordings, and metadata.

Path Parameters

call
integer
required
The unique identifier of the call to delete

Response

message
string
Confirmation message

Error Responses

404 Not Found
{
  "message": "Call deleted successfully"
}

Notes

  • Only calls from assistants you own can be deleted
  • Deletion is permanent and cannot be undone
  • This removes the call record, transcript, evaluation data, and metadata
  • If a recording exists, the file will also be permanently deleted from storage