cURL
curl --request DELETE \ --url https://api.example.com/v2/sandboxes/volumes/{name}
{ "detail": { "error": "NotFound", "message": "Resource not found." } }
Delete a persistent volume (both PV and PVC) from tenant’s namespace.
This will fail if any templates reference this volume. Delete or update those templates first before deleting the volume.
Volume name
Successful Response
Was this page helpful?