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

# Delete custom model

`DELETE /v2/models/{id}`

Deletes a custom model from the workspace. System models cannot be deleted. Returns 200 with an explanatory message if the model is a system model or is still referenced by experiments.

## Path parameters

- `id` string, required — The ID of the model

## Response `200`

Model deleted, or deletion refused with reason

## Other responses

- `401` — Workspace ID required

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/versions/41c02aedc7c0/schema)
