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

# Delete classifications model

`DELETE /v1/models/classifications/{model_id}`

Un-deploys the custom classifications model with the given model ID and deletes all associated customer data, including any training data or binary artifacts.

## Response `200`

Delete model results

- DeleteModelResults — Delete model results
  - `deleted` string — model_id of the deleted model

## Other responses

- `400` — Invalid request
- `403` — Access forbidden

---

[API](https://skmtc.dev/ibm/apis/natural-language-understanding.md) · [All operations](https://skmtc.dev/ibm/apis/natural-language-understanding/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/natural-language-understanding/revisions/9a693ab0d5ca/schema)
