---
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

## Changes

- **2025-09-22** `81031a831f1f` — 1 info
  - endpoint deprecated

[Change history](https://skmtc.dev/cohere-ai/apis/api-reference/changes/v1/finetuning/finetuned-models/:id/delete.md)

---

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