---
title: "Delete a fine-tuned model. You must have the Owner role in your organization to delete a model."
method: DELETE
path: "/models/{model}"
tags: ["Models"]
---

# Delete a fine-tuned model. You must have the Owner role in your organization to delete a model.

`DELETE /models/{model}`

## Path parameters

- `model` string, required

## Response `200`

OK

- DeleteModelResponse
  - `id` string, required
  - `deleted` boolean, required
  - `object` string, required

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/bb9b3b410112?raw)
