Deletes one or more snapshots
Path parameters
-
A repository name
-
A comma-separated list of snapshot names
Query parameters
-
master_timeout string
Explicit operation timeout for connection to master node
DELETE /_snapshot/{repository}/{snapshot}
curl \
-X DELETE http://api.example.com/_snapshot/{repository}/{snapshot}
Response examples (200)
{
"acknowledged": true
}