NAME
    gcloud alpha billing budgets delete - delete a budget

SYNOPSIS
    gcloud alpha billing budgets delete
        (BUDGET : --billing-account=BILLING_ACCOUNT) [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Delete a budget.

EXAMPLES
    To delete the budget 'abc' in account '123', run:

        $ gcloud alpha billing budgets delete \
            "billingAccounts/123/budgets/abc"

    Alternatively, you can run:

        $ gcloud alpha 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/v1beta1 API. The full documentation
    for this API can be found at:
    https://cloud.google.com/billing/docs/how-to/budget-api-overview

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist. These variants are also available:

        $ gcloud billing budgets delete

        $ gcloud beta billing budgets delete

