Skip to main content
DELETE
/
v1
/
recordings
/
{id}
Delete Recording
curl --request DELETE \
  --url https://api.example.com/v1/recordings/{id}
Permanently deletes a recording, its audio file, and transcript. This action cannot be undone.

Path Parameters

id
string
required
The recording ID

Request

curl -X DELETE "https://app.transcord.app/api/v1/recordings/clx1234567890" \
  -H "Authorization: Bearer tr_live_your_api_key"

Response

Response
{
  "success": true
}

Errors

StatusDescription
401Invalid or missing API key
404Recording not found