Feature flags
Delete feature flag
Delete a feature flag in all environments. Use with caution: only delete feature flags your application no longer uses.
delete/api/v2/flags/{projectKey}/{featureFlagKey}
Path parameters
projectKeystring string required
The project key
The project key
featureFlagKeystring string required
The feature flag key. The key identifies the flag in your code.
The feature flag key. The key identifies the flag in your code.
Response
Action succeeded