---
title: "Deletes a persistent volume claim"
method: DELETE
path: "/persistentvolumeclaims/{namespace}/{name}"
tags: ["persistentvolumeclaims"]
---

# Deletes a persistent volume claim

`DELETE /persistentvolumeclaims/{namespace}/{name}`

Deletes a specific persistent volume claim identified by namespace and name.

## Path parameters

- `namespace` string, required
- `name` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — PVC not found
- `409` — Conflict
- `422` — Unprocessable Entity. Validation error.
- `500` — Internal server error

## Changes

- **2026-04-09** `e9c6319e31be` — 1 info
  - endpoint added
- **2026-01-30** `e4dc5b696346` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opendatahub-io/apis/kubeflow-notebooks-api/changes/persistentvolumeclaims/:namespace/:name/delete.md)

---

[API](https://skmtc.dev/opendatahub-io/apis/kubeflow-notebooks-api.md) · [All operations](https://skmtc.dev/opendatahub-io/apis/kubeflow-notebooks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opendatahub-io/kubeflow-notebooks-api/revisions/97fe86faf733/schema)
