---
title: "Deletes an existing model"
method: DELETE
path: "/di/v1/models/{model_id}"
tags: ["Models"]
---

# Deletes an existing model

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

Deletes an existing model. It does not delete any data in the user's data store.

## Path parameters

- `model_id` string, string, required

## Query parameters

- `version` string

## Response `200`

Model deleted successfully.

- BasicModel
  - `model_id` string — A unique id of the deep learning model.

## Other responses

- `401` — Unauthorized
- `404` — The model cannot be found.

---

[API](https://skmtc.net/webankfintech/apis/prophecis-rest-service.md) · [All operations](https://skmtc.net/webankfintech/apis/prophecis-rest-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/webankfintech/prophecis-rest-service/revisions/41a1038b5854/schema)
