---
title: "Delete Drawing"
method: DELETE
path: "/api/v1/parts/{part_id}/drawings/"
tags: ["drawings"]
---

# Delete Drawing

`DELETE /api/v1/parts/{part_id}/drawings/`

Remove drawing metadata from the Part.

Note: This clears the Part fields but does not delete the R2 object.
Orphaned R2 objects can be cleaned up via a periodic job if needed.

## Path parameters

- `part_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
