delete_guardrail
Remove a guardrail by ID or slug. This action is irreversible and also removes the guardrail from any configs referencing it, so review dependent configs 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 |