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