---
title: "Delete a volume"
method: DELETE
path: "/volumes/{volume_id}"
tags: ["General APIs with JWT"]
---

# Delete a volume

`DELETE /volumes/{volume_id}`

Endpoint to delete a volume.

## Path parameters

- `volume_id` string, uuid, required

## Response `200`

Volume deleted successfully

- unknown

## Other responses

- `403` — Volume features not enabled for this user
- `404` — Volume not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.dev/lium/apis/lium-backend-api.md) · [All operations](https://skmtc.dev/lium/apis/lium-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lium/lium-backend-api/revisions/57db0a9348db/schema)
