---
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. The authenticated user must be an enterprise admin.

## 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/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
