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.
delete/automated-reasoning-policies/{policyArn}
Path parameters
policyArnstring required
The Amazon Resource Name (ARN) of the Automated Reasoning policy to delete.
Query parameters
forceboolean
Specifies whether to force delete the automated reasoning policy even if it has active resources. When <code>false</code>, Amazon Bedrock validates if all artifacts have been deleted (e.g. policy version, test case, test result) for a policy before deletion. When <code>true</code>, Amazon Bedrock will delete the policy and all its artifacts without validation. Default is <code>false</code>.
Response
Success
DeleteAutomatedReasoningPolicyResponse required