delete/v1/snapshots/{id}
Path parameters
idstring required
Snapshot ID (UID) or name
Snapshot ID (UID) or name
Response
Snapshot marked for deletion (deferred)
Example response
{
"message": "Snapshot my-snapshot-1737555000 marked for deletion. Actual deletion will occur when safe (async processing by cluster CronJob).",
"name": "my-snapshot-1737555000",
"deferred": true
}