# DELETE /v2/rules/{id}

**Delete a rule**

Webhooks referencing this rule continue to fire using their snapshotted `q`; they don't break.

## Plan access

- **Plan access.** Included on every plan.
- **Rate limit.** Hobby 60/min · Pro 2,000/min · Scale 10,000/min.
- **Capacity.** Hobby 5 · Pro 25 · Scale 100 · Enterprise unlimited.

## Body parameters

| Name | In | Type | Required | Description |
|------|----|----|----------|-------------|
| `id` | path | string | yes | Rule slug. |

## Status codes

- **204** — Deleted.
- **404** — `not_found`.

---

Interactive sandbox + parameter editor: https://tickerbot.io/api/endpoints/rules/delete
