NAME
    gcloud beta resource-manager tags holds delete - delete a TagHold

SYNOPSIS
    gcloud beta resource-manager tags holds delete TAG_HOLD_NAME
        [--location=LOCATION] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Delete a TagHold given its full name, specified as
    tagValues/{tag_value_id}/tagHolds/{tag_hold_id}.

EXAMPLES
    To delete a TagHold under tagValue/111 with id abc-123-def in region
    us-central1-a, run:

        $ gcloud beta resource-manager tags holds delete \
            tagValue/111/tagHolds/abc-123-def --location=us-central1-a

POSITIONAL ARGUMENTS
     TAG_HOLD_NAME
        TagHold given its full name, specified as
        tagValues/{tag_value_id}/tagHolds/{tag_hold_id}

FLAGS
     --location=LOCATION
        Region where the TagHold is stored. If not provided, the API will
        attempt to find and delete the specified TagHold from the "global"
        region.

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.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud resource-manager tags holds delete

        $ gcloud alpha resource-manager tags holds delete

