Rules
Delete Rule
delete
/v1/rules/{rule_id}Soft-delete by toggling ``enabled = false``. Hard-delete avoided so audit references stay intact and accidental disables are reversible.
Authentication
Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.
Parameters
rule_idpath · required
No additional parameter description.
Example request
cURL
curl --request DELETE \
--url 'https://api.fideralabs.com/v1/rules/{rule_id}' \
--header 'Authorization: Bearer $FIDERA_API_KEY'Responses
204Successful Response422Validation ErrordetailValidationError[]
No additional field description.
Operation ID
delete_rule_v1_rules__rule_id__delete