delete_guardrail
Delete a guardrail by ID or slug, permanently removing its check from all referencing configs. Review dependencies first.
Instructions
Delete a guardrail by id or slug. This is irreversible and removes the check from any configs that reference it, so review dependent configs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guardrail_id | Yes | The guardrail UUID or slug to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |