---
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.net/openai/apis/openai-api-2.md) · [All operations](https://skmtc.net/openai/apis/openai-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openai-api-2/versions/2f8ca92b9b18/schema)
