Deletes an existing snapshot lifecycle policy Added in 7.4.0

DELETE /_slm/policy/{policy_id}

Path parameters

  • policy_id string Required

    The id of the snapshot lifecycle policy to remove

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • acknowledged boolean Required

      For a successful response, this value is always true. On failure, an exception is returned instead.

DELETE /_slm/policy/{policy_id}
curl \
 -X DELETE http://api.example.com/_slm/policy/{policy_id}
Response examples (200)
{
  "acknowledged": true
}