Skip to main content

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

When the delete was successful.

Loading...