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.
cURL
curl --request DELETE \ --url https://api.example.com/v1/recordings/{id}
Permanently delete a recording and its transcript
curl -X DELETE "https://app.transcord.app/api/v1/recordings/clx1234567890" \ -H "Authorization: Bearer tr_live_your_api_key"
{ "success": true }
401
404