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.
REST API
cURL
curl --request DELETE \ --url https://api.daily.co/v1/recordings/{recording_id} \ --header 'Authorization: Bearer <token>'
{ "deleted": true, "id": "0868d783-69c0-4556-b39e-0fbd6bf2bd45", "s3_bucket": "daily-meeting-recordings", "s3_region": "us-west-2", "s3_key": "mydomain/raw-tracks/1234567890" }
Delete a recording
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200