NAME gcloud billing budgets delete - delete a budget SYNOPSIS gcloud billing budgets delete (BUDGET : --billing-account=BILLING_ACCOUNT) [GCLOUD_WIDE_FLAG ...] DESCRIPTION Delete a budget. EXAMPLES To delete the budget 'abc' in account '123', run: $ gcloud billing budgets delete "billingAccounts/123/budgets/abc" Alternatively, you can run: $ gcloud billing budgets delete abc --billing-account=123 POSITIONAL ARGUMENTS Budget resource - Billing budget to delete. The arguments in this group can be used to specify the attributes of this resource. This must be specified. BUDGET ID of the budget or fully qualified identifier for the budget. To set the budget attribute: ▸ provide the argument budget on the command line. This positional argument must be specified if any of the other arguments in this group are specified. --billing-account=BILLING_ACCOUNT The billing account. To set the billing-account attribute: ▸ provide the argument budget on the command line with a fully specified name; ▸ provide the argument --billing-account on the command line. GCLOUD WIDE FLAGS These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details. API REFERENCE This command uses the billingbudgets/v1 API. The full documentation for this API can be found at: https://cloud.google.com/billing/docs/how-to/budget-api-overview NOTES These variants are also available: $ gcloud alpha billing budgets delete $ gcloud beta billing budgets delete