---
title: "Delete volume"
method: DELETE
path: "/volumes/{id}"
---

# Delete volume

`DELETE /volumes/{id}`

## Path parameters

- `id` string, required

## Response `204`

Volume deleted

## Other responses

- `404` — Volume not found
- `409` — Conflict - volume is attached
- `500` — Internal server error

---

[API](https://skmtc.net/kernel/apis/hypeman-api.md) · [All operations](https://skmtc.net/kernel/apis/hypeman-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/hypeman-api/versions/b4642bb950dc/schema)
