---
title: "Model Delete"
method: DELETE
path: "/object/{entity}/{project}/models/{object_id}"
tags: ["Models"]
---

# Model Delete

`DELETE /object/{entity}/{project}/models/{object_id}`

Delete a model object. If digests are provided, only those versions are deleted. Otherwise, all versions are deleted.

## Path parameters

- `entity` string, required
- `project` string, required
- `object_id` string, required

## Request body

- string[], nullable

## Response `200`

Successful Response

- ModelDeleteRes
  - `num_deleted` integer, required — Number of model versions deleted

## Other responses

- `422` — Validation Error

## Changes

- **2025-11-14** `b6cf2a1c4dac` — 1 info
  - endpoint added
- **2025-11-14** `b1962be94f75` — 1 breaking
  - api path removed without deprecation
- **2025-11-13** `b6cf2a1c4dac` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wandb/apis/fastapi/changes/object/:entity/:project/models/:object_id/delete.md)

---

[API](https://skmtc.dev/wandb/apis/fastapi.md) · [All operations](https://skmtc.dev/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wandb/fastapi/revisions/b6cf2a1c4dac/schema)
