gcloud alpha resource-manager tags holds delete

NAME
gcloud alpha resource-manager tags holds delete - delete a TagHold
SYNOPSIS
gcloud alpha resource-manager tags holds delete TAG_HOLD_NAME [--location=LOCATION] [GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) 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 alpha 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 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 resource-manager tags holds delete
gcloud beta resource-manager tags holds delete