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