---
title: "Delete Budget"
method: DELETE
path: "/v1/budgets/{budget_id}"
tags: ["budgets"]
---

# Delete Budget

`DELETE /v1/budgets/{budget_id}`

Delete a budget.

Refused with 409 while anything still names this budget: a workspace handing
it to its members, or a scoped ceiling enforcing it. Both foreign keys are
``RESTRICT``, so the database would refuse either anyway, but as an
``IntegrityError`` reported as "Database error" with nothing naming what to
go and change. Checked here so the refusal can say which, and where.

## Path parameters

- `budget_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/2d6e4912e230/schema)
