---
title: "Delete a volume"
method: DELETE
path: "/deployments/storage/volumes/{id}"
tags: ["Volumes"]
---

# Delete a volume

`DELETE /deployments/storage/volumes/{id}`

Delete an existing volume

## Path parameters

- `id` string, required — Volume ID or name

## Response `200`

Volume deleted successfully

- object

## Other responses

- `404` — Volume not found
- `500` — Internal server error

---

[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/3ad4ab328948/schema)
