---
title: "Delete volume by id"
method: DELETE
path: "/v1/volumes/{volume_id}"
tags: ["Volumes"]
---

# Delete volume by id

`DELETE /v1/volumes/{volume_id}`

## Path parameters

- `volume_id` string, required

## Headers

- `user-agent` string, required
- `cf-connecting-ip` string, required

## Request body

- DeleteVolumePublicDto
  - `is_permanent` boolean — If true, the volume will be removed permanently

## Response `202`

---

[API](https://skmtc.net/datacrunch/apis/verda-cloud-public-api.md) · [All operations](https://skmtc.net/datacrunch/apis/verda-cloud-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datacrunch/verda-cloud-public-api/revisions/0d66c7340876/schema)
