Skip to main content
DELETE
Delete files
Delete one or more uploaded files by file_id. Removes storage objects, upload records, and any related transcription jobs.

Request body

Example

Typical response

Returns 404 if any file_id is not found or not owned by the authenticated user.

Authorizations

Authorization
string
header
required

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

Body

application/json
file_ids
string[]
required

Response

Files deleted

deleted_file_ids
string[]
deleted_count
integer
storage_objects_deleted
integer
jobs_cleaned
integer