Skip to content

Delete a specific rule

DELETE
/rules/{rule_id}

Deletes a specific firewall rule.

Parameters

Path Parameters

rule_id
required
integer

The unique identifier of the rule to delete

Responses

200

Successful deletion of the rule

object
success
boolean
true
message
string
Rule deleted

404

Rule not found

object
success
boolean
message
string
Rule not found