remove_flag_strategy
Delete a strategy configuration from a feature flag environment. Retrieve the strategy ID with get_flag_state before removal.
Instructions
Delete a strategy configuration from a feature flag environment. Use get_flag_state to discover strategy IDs before removal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | Project ID where the feature flag resides (optional if UNLEASH_DEFAULT_PROJECT is set) | |
| featureName | Yes | Feature flag name | |
| environment | Yes | Environment from which to remove the strategy | |
| strategyId | Yes | ID of the strategy to remove |