# Delete a budget

Deletes a budget. Cascades to members and owners.

Endpoint: DELETE /v1/businesses/{client_id}/budgets/{budget_id}
Version: v1
Security: BearerAuth

## Path parameters:

  - `client_id` (integer, required)
    The ID of the business.

  - `budget_id` (string, required)
    The ID of the budget.

