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

# Delete Custom Model

`DELETE /models/custom/{model_id}`

Delete a custom language model.

## Path parameters

- `model_id` string, uuid, required — The ID of the custom language model to delete

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `402` — Payment Required (out of credits)
- `404` — Not Found
- `422` — Request Validation Error

---

[API](https://skmtc.dev/opper/apis/opper-api-v2.md) · [All operations](https://skmtc.dev/opper/apis/opper-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opper/opper-api-v2/revisions/d3ccdaa15678/schema)
