ktm variables delete
Delete a variable; refuses if any test references it
Delete a variable; refuses if any test references it
Usage
ktm variables delete <id> [flags]
Examples
ktm variables delete 17
Arguments
| Argument | Required |
|---|---|
id | Yes |
Details
Refuses if any test references the variable, listing the references. The platform enforces the same guard server-side and exposes no override, so there is no --force flag here — remove the references first via 'ktm tests edit' (or delete the referencing tests) and re-run delete.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on