Delete Flag
DELETE/v1/settings/:settingId
This endpoint removes a Feature Flag or Setting from a specified Config,
identified by the configId
parameter.
Request
Path Parameters
settingId int32required
The identifier of the Setting.
Responses
- 204
- 400
- 404
- 429
When the delete was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...