---
title: "Delete Model"
method: DELETE
path: "/v1/models/{model_id}"
tags: ["models"]
---

# Delete Model

`DELETE /v1/models/{model_id}`

Delete a fine-tuned model.

## Path parameters

- `model_id` string, required — The ID of the model to delete.

## Response `200`

Successful Response

- DeleteModelResponse
  - `id` string, required — The ID of the deleted model.
  - `object` string — The object type that was deleted.
  - `deleted` boolean — The deletion status.

## Other responses

- `422` — Validation Error

---

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