---
title: "Delete a model"
method: DELETE
path: "/projects/{projectId}/models/{id}"
tags: ["VolumeService"]
---

# Delete a model

`DELETE /projects/{projectId}/models/{id}`

Permanently deletes a custom model resource. The model must not be in use by an active deployment.

## Path parameters

- `projectId` string, required — ID of the project that owns the model.
- `id` string, required — Model identifier.

## Response `200`

OK

- DEDeleteResponse — Empty response returned after a successful delete operation.

## Other responses

- `default` — Default error response

## Changes

- **2026-07-26** `0c4fdad77435` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/together/apis/together-apis/changes/projects/:projectId/models/:id/delete.md)

---

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