Deletes a snapshot.
DELETE /_snapshot/my_repository/my_snapshot
-
If the Elasticsearch security features are enabled, you must have the
manage
cluster privilege to use this API.
-
<repository>
- (Required, string) Name of the repository to delete a snapshot from.
-
<snapshot>
-
(Required, string)
Comma-separated list of snapshot names to delete. Also accepts wildcards (
*
).