Skip to main content
DELETE
/
files
/
{file_id}
Delete file
curl --request DELETE \
  --url https://api.bedrock.cv/files/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}
Permanently delete a file and all associated data.
This action cannot be undone. If the file was converted to a Drawing, the drawing and all its Sheets, Blocks, and Overlays will also be deleted.

Authorizations

Authorization
string
header
required

API key prefixed with sk_. Example: Authorization: Bearer sk_xxx

Headers

X-API-Version
string
default:2026-01-01

API version

Path Parameters

file_id
string
required

File ID

Response

File deleted.

deleted
enum<boolean>
required
Available options:
true