Delete Automated Reasoning Policy
| bedrock_delete_automated_reasoning_policy | R Documentation |
Deletes an Automated Reasoning policy or policy version¶
Description¶
Deletes an Automated Reasoning policy or policy version. This operation is idempotent. If you delete a policy more than once, each call succeeds. Deleting a policy removes it permanently and cannot be undone.
Usage¶
bedrock_delete_automated_reasoning_policy(policyArn, force)
Arguments¶
policyArn |
[required] The Amazon Resource Name (ARN) of the Automated Reasoning policy to delete. |
force |
Specifies whether to force delete the automated reasoning policy
even if it has active resources. When |
Value¶
An empty list.
Request syntax¶
svc$delete_automated_reasoning_policy(
policyArn = "string",
force = TRUE|FALSE
)