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
}API key prefixed with sk_. Example: Authorization: Bearer sk_xxx
API version
Project ID
Project deleted.
true