Skip to content

Delete Lifecycle Policy

dlm_delete_lifecycle_policy R Documentation

Deletes the specified lifecycle policy and halts the automated operations that the policy specified

Description

Deletes the specified lifecycle policy and halts the automated operations that the policy specified.

For more information about deleting a policy, see Delete lifecycle policies.

Usage

dlm_delete_lifecycle_policy(PolicyId)

Arguments

PolicyId

[required] The identifier of the lifecycle policy.

Value

An empty list.

Request syntax

svc$delete_lifecycle_policy(
  PolicyId = "string"
)