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

# Delete Model

`DELETE /api/v1/models/{model_name_or_id}`

Delete a model by name or ID.

Args:
    model_name_or_id: The name or ID of the model to delete.

## Path parameters

- `model_name_or_id` union, required
  - string
  - string, uuid

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/zenml-io/apis/zenml-2.md) · [All operations](https://skmtc.net/zenml-io/apis/zenml-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenml-io/zenml-2/versions/febb01b8bce3/schema)
