provider billing DELETE /organizations/{org}/settings/billing/budgets/{budget_id}
@utdk/github /organizations/{org}/settings/billing/budgets/{budget_id}
Delete a budget for an organization
Deletes a budget by ID for an organization. The authenticated user must be an organization admin or billing manager.
org path required
The organization name. The name is not case sensitive.
string
budget_id path required
The ID corresponding to the budget.
string

Try it

Authentication
Configure credentials for GitHub v3 REST API
billing.deleteBudgetOrg
DELETE/organizations/{org}/settings/billing/budgets/{budget_id}
Deletes a budget by ID for an organization. The authenticated user must be an organization admin or billing manager.

Parameters

required

The organization name. The name is not case sensitive.

required

The ID corresponding to the budget.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import github from '@utdk/github';

await github.billing.deleteBudgetOrg()