---
title: "Delete model"
method: DELETE
path: "/v1/models/{id}"
tags: ["Models"]
---

# Delete model

`DELETE /v1/models/{id}`

Soft-delete a model: the row is marked deleted and model_files are cascade-soft-deleted. Storage blobs are retained for a grace period and reaped asynchronously.

## Path parameters

- `id` string, required
- `organizationId` string, required

## Response `204`

Model deleted successfully

## Other responses

- `404` — Model not found
- `409` — Rev mismatch (stale client)
- `500` — Internal server error

---

[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)
