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

# Delete a model

`DELETE /v1/models/{model}`

Delete a model by name (the `fine_tuned_model` value or job id). Same effect as deleting the job; OpenAI Models-API parity.

## Path parameters

- `model` string, required

## Response `200`

Deletion confirmation.

- DeletedModel
  - `id` string
  - `object` string
  - `deleted` boolean

## Other responses

- `401` — Invalid or missing API key.
- `404` — `model_not_found` — no such owned model.

---

[API](https://skmtc.net/morphllm/apis/morph-api.md) · [All operations](https://skmtc.net/morphllm/apis/morph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morphllm/morph-api/versions/9e3d888071b5/schema)
