Delete feature flag

DELETE
/api/v2/flags/:projectKey/:featureFlagKey

Delete a feature flag in all environments. Use with caution: only delete feature flags your application no longer uses.

Path parameters

projectKeystringRequired

The project key

featureFlagKeystringRequired

The feature flag key. The key identifies the flag in your code.

Response

Action succeeded

{}
map from strings to any or null

Errors

Built with