# Delete

Launch stage: Public Preview

`DELETE /api/2.1/accounts/{account_id}/budgets/{budget_id}`

Deletes a budget configuration for an account. Both account and budget configuration are specified by ID. This cannot be undone.

API scopes: billing

## Path parameters

- `budget_id` (string, optional)
  The <Databricks> budget configuration ID.
- `account_id` (string, optional)
  <Databricks> account ID.
  **AWS:** <Databricks> account ID of any type. For non-E2 account types, get your account ID from the [Accounts Console](https://docs.databricks.com/administration-guide/account-settings/usage.html)

## Response

```json
{}
```

