gcloud essential-contacts delete

NAME
gcloud essential-contacts delete - delete an essential contact
SYNOPSIS
gcloud essential-contacts deleteCONTACT_ID[--folder=FOLDER    |--organization=ORGANIZATION    |--project=PROJECT][GCLOUD_WIDE_FLAG]
EXAMPLES
To delete the contact with id123 in thecurrent project, run:
gcloudessential-contactsdelete123

To delete the contact with id123 in thefolder with id456, run:

gcloudessential-contactsdelete123--folder=456

To delete the contact with id123 in theorganization with id456, run:

gcloudessential-contactsdelete123--organization=456
POSITIONAL ARGUMENTS
CONTACT_ID
id of contact to delete.
FLAGS
At most one of these can be specified:
--folder=FOLDER
folder number where contacts are set. If neither --project, --folder, nor--organization are provided then the config property [core/project] will be usedas the resource.
--organization=ORGANIZATION
organization number where contacts are set. If neither --project, --folder, nor--organization are provided then the config property [core/project] will be usedas the resource.
--project=PROJECT
project number or id where contacts are set. If neither --project, --folder, nor--organization are provided then the config property [core/project] will be usedas the resource.
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
These variants are also available:
gcloudalphaessential-contactsdelete
gcloudbetaessential-contactsdelete

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-05-07 UTC.