---
title: "Delete a fine-tuned model"
method: DELETE
path: "/models/{model}"
tags: ["Models"]
---

# Delete a fine-tuned model

`DELETE /models/{model}`

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

## Path parameters

- `model` string, required

## Response `200`

OK

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

## Other responses

- `403` — Insufficient permissions to delete the model. Model deletion requires the Owner role in the organization and a credential that permits deletion.
- `404` — The model was not found, is not accessible, or cannot be deleted through this endpoint.

## Changes

- **2026-09-25** `9c523485a79e` — 2 info
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/openai/apis/openapi/changes/models/:model/delete.md)

---

[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/4b75527da17b?raw)
