curl --request DELETE \
--url https://api.bedrock.cv/files/{file_id} \
--header 'Authorization: Bearer <token>'{
"deleted": true
}Delete a file from a project.
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.Documentation Index
Fetch the complete documentation index at: https://docs.bedrock.cv/llms.txt
Use this file to discover all available pages before exploring further.
API key prefixed with sk_. Example: Authorization: Bearer sk_xxx
API version
File ID
File deleted.
true