Deletes a repository Added in 0.0.0
Path parameters
-
Name of the snapshot repository to unregister. Wildcard (
*
) patterns are supported.
Query parameters
-
master_timeout string
Explicit operation timeout for connection to master node
-
timeout string
Explicit operation timeout
DELETE /_snapshot/{repository}
curl \
-X DELETE http://api.example.com/_snapshot/{repository}
Response examples (200)
{
"acknowledged": true
}