---
title: "Delete a budget"
method: DELETE
path: "/enterprises/{enterprise}/settings/billing/budgets/{budget_id}"
tags: ["billing"]
---

# Delete a budget

`DELETE /enterprises/{enterprise}/settings/billing/budgets/{budget_id}`

Deletes a budget by ID. Enterprise owners and billing managers can delete any budget in the enterprise. Organization administrators can delete budgets scoped to organizations they administer, and repository administrators can delete budgets scoped to repositories they administer.

## Path parameters

- `enterprise` string, required
- `budget_id` string, required

## Response `200`

Response when deleting a budget

- DeleteBudget
  - `message` string, required — A message indicating the result of the deletion operation
  - `id` string, required — The ID of the deleted budget

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Resource not found
- `500` — Internal Error
- `503` — Service unavailable

---

[API](https://skmtc.net/github/apis/ghec.md) · [All operations](https://skmtc.net/github/apis/ghec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/ghec/revisions/daeba3129b5f/schema)
