Flags
Delete Flag
DELETE
/api/v1/namespaces/{namespaceKey}/flags/{key}
curl --request DELETE \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{key}
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
namespaceKeyrequired
string
keyrequired
string
Response
204
curl --request DELETE \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{key}