Delete a rule. Note, entities that previously matched this rule, will now be passed on to the next rule.
cURL
curl --request DELETE \ --url https://flags.eu.confidence.dev/v1/flags/{flag}/rules/{rule} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Was this page helpful?