Delete a feature flag
Permanently deletes a feature flag. It cannot be undone.
DELETE/v3/feature-flags/{id}
JWT
featureFlag:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the feature flag. |
Responses
204
401
403
404
409
429
500