Endpoint for deleting new rules

Securityapi_key
Request
path Parameters
rule_id
required
string
Responses
200

Success

400

The Input from the user was malformed

401

Authorization value is missing for the header or the credentials provided are incorrect

403

The account specified does not have the required role(s) to access the resource

404

Attempting to access invalid routes

500

An error occurred on the server. The response body includes details of the specific error

delete/rules/{rule_id}
Request samples
Response samples
application/json
{
  • "message": "Successfully Deleted Rule"
}