Deletes an existing snapshot lifecycle policy Added in 7.4.0
Path parameters
-
The id of the snapshot lifecycle policy to remove
DELETE /_slm/policy/{policy_id}
curl \
-X DELETE http://api.example.com/_slm/policy/{policy_id}
Response examples (200)
{
"acknowledged": true
}