---
title: "Delete PersistentVolumes"
method: POST
path: "/kubernetes/{id}/persistent_volumes/delete"
tags: ["kubernetes"]
---

# Delete PersistentVolumes

`POST /kubernetes/{id}/persistent_volumes/delete`

Delete the provided list of PersistentVolumes.
**Access policy**: Authenticated user.

## Path parameters

- `id` integer, required

## Request body

- string[]

## Response `204`

Success

## Other responses

- `400` — Invalid request payload.
- `403` — Unauthorized access or operation not allowed.
- `500` — Server error occurred while attempting to delete persistent volumes.

---

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