curl --request DELETE \
--url https://api.bedrock.cv/projects/{project_id} \
--header 'Authorization: Bearer <token>'{
"deleted": true
}Delete a project and all its contents.
curl --request DELETE \
--url https://api.bedrock.cv/projects/{project_id} \
--header 'Authorization: Bearer <token>'{
"deleted": true
}Permanently delete a project 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
Project ID
Project deleted.
true