Delete feature flag
delete_flagPermanently remove a feature flag across all environments. Use when the flag has no dependents and must be fully removed; otherwise archive it instead.
Instructions
PERMANENTLY delete a flag across all environments. Fails with FLAG_HAS_DEPENDENTS if other flags use it as a prerequisite. Prefer archive_flag unless the flag must be fully removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flag | Yes | Flag key or id | |
| project | Yes |