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

# Model Delete

`DELETE /models/{model_name}`

## Path parameters

- `model_name` string, required

## Query parameters

- `version` string, required — delete a particular version, pass 'ALL' to wipe everything

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error

---

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