Skip to main content
DELETE
/
recordings
/
{recording_id}
recordings/:id
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

recording_id
string
required

Response

200

deleted
boolean
id
string
s3_bucket
string
s3_region
string
s3_key
string