delete_feature_flag
Delete a feature flag by providing project, feature, and flag keys. Requires the feature-management:features:delete scope.
Instructions
Delete a feature flag by key (WRITE, destructive). Requires feature-management:features:delete scope and DT_ENABLE_WRITES.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The project key. | |
| featureKey | Yes | The feature key. | |
| flagKey | Yes | The flag key. |