---
title: "Delete a model"
method: DELETE
path: "/assistant_models/{model_id}"
tags: ["AI Deployments"]
---

# Delete a model

`DELETE /assistant_models/{model_id}`

Delete a model

## Path parameters

- `model_id` string, required

## Response `200`

Accepted

- Success
  - `success` boolean

## Other responses

- `400` — Invalid ID supplied
- `404` — knowledge base not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/versions/1e26909d86c9/schema)
