---
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

---

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