DELETE

/api/v1/namespaces/{namespaceKey}/flags/{flagKey}/rules/{id}

curl --request DELETE \
  --url https://try.flipt.io/api/v1/namespaces/default/flags/{flagKey}/rules/{id}

Authorizations

Authorizationheaderrequired
string

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

namespaceKeyrequired
string
flagKeyrequired
string
idrequired
string

Response

204