---
title: "Delete Budget Rule"
method: DELETE
path: "/api/v1/budget_rules/{rule_group_id}"
---

# Delete Budget Rule

`DELETE /api/v1/budget_rules/{rule_group_id}`

Delete a budget rule and all associated records.

This will delete:
- The budget rule group
- All associated provider budget rules
- The associated invoice rule (if any)

This action cannot be undone.

## Path parameters

- `rule_group_id` integer, required

## Query parameters

- `plan_manager_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caresquare/fastapi/revisions/c9df874d8d59/schema)
