Skip to main content
DELETE
recordings/:id

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
storage_provider
enum<string>

The storage provider the recording was written to. aws for Amazon S3 (including Daily's own storage), oci for OCI Object Storage. Returned only for recordings stored in a customer-managed bucket; absent for recordings held in Daily's own storage.

Available options:
aws,
oci
Example:

"aws"