Delete System Variable
delete_system_variableDelete a system variable by name. Confirmation required on protected targets to prevent accidental deletion.
Instructions
Delete a system variable by name. Use list_system_variables to see existing names. On a protected target, EVERY call needs confirm:true — the session unlock from other write tools does not apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Variable name (exact match) | |
| confirm | No | Required true on EVERY call against a protected CCU target (e.g. prod) — deletion never rides on the session unlock. |