Skip to main content
DELETE
/
drawings
/
{drawing_id}
Delete drawing
curl --request DELETE \
  --url https://api.bedrock.cv/drawings/{drawing_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}
Permanently delete a drawing and all associated data.
This action cannot be undone. Deleting a drawing also deletes all its Sheets, Blocks, and any Overlays created from them.

Cascade Behavior

When you delete a drawing, the following related resources are also deleted:
  • All Sheets belonging to the drawing
  • All Blocks detected on those sheets
  • All Overlays comparing blocks from this drawing
The source File is not deleted. Use DELETE /files/{id} to remove the file as well.

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

drawing_id
string
required

Drawing ID

Response

Drawing deleted.

deleted
enum<boolean>
required
Available options:
true