---
title: "Delete model"
method: DELETE
path: "/api/v1/models/{modelId}"
tags: ["Models"]
---

# Delete model

`DELETE /api/v1/models/{modelId}`

Move a shared or shared extension model to the trash, along with the workbooks, dashboards and child extension models built on it. Requires Connection Admin. Branches are deleted with DELETE /api/v1/models/{modelId}/branch/{branchName} instead.

## Path parameters

- `modelId` string, uuid, required — Model UUID

## Response `200`

Model moved to trash

- SuccessResponse
  - `success` boolean, required — Whether the operation was successful

## Other responses

- `400` — Model kind cannot be deleted
- `401` — Authentication required
- `403` — Permission denied
- `404` — Model not found or already deleted

## Changes

- **2026-09-03** `2cb3ddb6ee86` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/omniapp/apis/omni-api/changes/api/v1/models/:modelId/delete.md)

---

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