---
title: "Deletes a fine-tuned model."
method: DELETE
path: "/v1/finetuning/finetuned-models/{id}"
tags: ["/finetuning"]
deprecated: true
---

# Deletes a fine-tuned model.

`DELETE /v1/finetuning/finetuned-models/{id}`

> **Deprecated.**

Deletes a fine-tuned model. The model will be removed from the system and will no longer be available for use.
This operation is irreversible.

## Path parameters

- `id` string, required

## Headers

- `X-Client-Name` string

## Response `200`

A successful response.

- DeleteFinetunedModelResponse — Response to request to delete a fine-tuned model.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Status Service Unavailable

---

[API](https://skmtc.net/cohere-ai/apis/api-reference.md) · [All operations](https://skmtc.net/cohere-ai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cohere-ai/api-reference/revisions/dbed69eda210/schema)
