Overview
OpenFeature Evaluation
Namespaces
Rollouts
Flags
Delete Flag
DELETE
http://localhost:8080
/
api
/
v1
/
namespaces
/
{namespaceKey}
/
flags
/
{key}
curl --request DELETE \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{key}
curl --request DELETE \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{key}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Was this page helpful?
curl --request DELETE \
--url https://try.flipt.io/api/v1/namespaces/default/flags/{key}
Assistant
Responses are generated using AI and may contain mistakes.