Why does deleting a feature flag or property in an environment delete it across all environments?
Deleting a feature flag or property in an environment deletes it for all environments.
Feature flag or property is available to all environments. Updates to values are per environment. Create and delete action executes across all environments.
Deletion of feature flag or property is across all environments.
If a flag is not required in a particular environment, disable the flag or set the values default. If a flag is not required in any environment, it can be deleted.