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

# Delete Model

`DELETE /v1/models/{model_id}`

Delete a model the caller owns.

## Path parameters

- `model_id` string, uuid, required

## Response `200`

Successful Response

- DeleteModelResponse
  - `id` union, required
    - string, uuid
    - string
  - `deleted` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outerproduct/apis/outerproduct-api.md) · [All operations](https://skmtc.net/outerproduct/apis/outerproduct-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outerproduct/outerproduct-api/revisions/6c6e81fb3282/schema)
