---
title: "Delete make"
method: DELETE
path: "/v1/makes/{id}"
tags: ["Makes"]
---

# Delete make

`DELETE /v1/makes/{id}`

Delete a make permanently (cascades to make_model_files and make_materials)

## Path parameters

- `id` string, uuid, required

## Response `204`

Make deleted successfully

## Other responses

- `404` — Make not found
- `409` — Make is still referenced by other production records

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
