delete_policy
Disable a custom governance policy to stop it from evaluating on action submissions. Soft-deletes the policy; built-in policies cannot be deleted.
Instructions
Disable a custom governance policy.
Soft-deletes the policy so it no longer evaluates on action submissions. Built-in policies (FinancialSafety, DataExfiltration) cannot be deleted.
Args: policy_name: Name of the custom policy to disable.
Returns: JSON string confirming policy was disabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |