curl --request DELETE \
--url https://api.bedrock.cv/drawings/{drawing_id} \
--header 'Authorization: Bearer <token>'{
"deleted": true
}Delete a drawing and all its sheets.
curl --request DELETE \
--url https://api.bedrock.cv/drawings/{drawing_id} \
--header 'Authorization: Bearer <token>'{
"deleted": true
}DELETE /files/{id} to remove the file as well.API key prefixed with sk_. Example: Authorization: Bearer sk_xxx
API version
Drawing ID
Drawing deleted.
true