Delete a policy Added in 7.4.0
Delete a snapshot lifecycle policy definition. This operation prevents any future snapshots from being taken but does not cancel in-progress snapshots or remove previously-taken snapshots.
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
}