---
title: "Delete rule by ID"
method: DELETE
path: "/recommendation/rules/{rule_id}"
deprecated: true
---

# Delete rule by ID

`DELETE /recommendation/rules/{rule_id}`

> **Deprecated.**

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

## Path parameters

- `rule_id` string, required

## Response `200`

Rule updated successfully

- UpdateDeleteRuleResponse
  - `message` string

## Other responses

- `400` — Bad request
- `401` — Invalid authentication
- `403` — Invalid authorization
- `404` — Not found
- `429` — Rate limit reached
- `500` — Internal error

---

[API](https://skmtc.net/transmitsecurity/apis/recommendations.md) · [All operations](https://skmtc.net/transmitsecurity/apis/recommendations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transmitsecurity/recommendations/versions/9ef2d32db212/schema)
