# Delete rule by ID

Deletes a specific recommendation rule. Note that you can also disable rules if needed using the enabled rule attribute.

Endpoint: DELETE /rules/{rule_id}
Security: risk_access_token

## Path parameters:

  - `rule_id` (string, required)
    ID of the recommendation rule

## Response 200 fields (application/json):

  - `message` (string)

