NAME
    gcloud beta services peered-dns-domains delete - delete a peered DNS domain
        for a private service connection

SYNOPSIS
    gcloud beta services peered-dns-domains delete NAME --network=NETWORK
        [--async]
        [--service=SERVICE; default="servicenetworking.googleapis.com"]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) This command deletes a peered DNS domain from a private service
    connection.

EXAMPLES
    To delete a peered DNS domain called example-com from a private service
    connection between service peering-service and the consumer network
    my-network in the current project, run:

        $ gcloud beta services peered-dns-domains delete example-com \
            --network=my-network --service=peering-service

    To run the same command asynchronously (non-blocking), run:

        $ gcloud beta services peered-dns-domains delete example-com \
            --network=my-network --service=peering-service --async

POSITIONAL ARGUMENTS
     NAME
        The name of the peered DNS domain to delete.

REQUIRED FLAGS
     --network=NETWORK
        The network in the consumer project peered with the service.

OPTIONAL FLAGS
     --async
        Return immediately, without waiting for the operation in progress to
        complete.

     --service=SERVICE; default="servicenetworking.googleapis.com"
        The name of the service to delete a peered DNS domain for.

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 services peered-dns-domains delete

        $ gcloud alpha services peered-dns-domains delete

