- NAME
-
- gcloud alpha essential-contacts delete - delete an essential contact
- SYNOPSIS
-
-
gcloud alpha essential-contacts delete
CONTACT_ID
[--folder
=FOLDER
|--organization
=ORGANIZATION
|--project
=PROJECT
] [GCLOUD_WIDE_FLAG …
]
-
- EXAMPLES
-
To delete the contact with id
in the current project, run:123
gcloud alpha essential-contacts delete 123
To delete the contact with id
in the folder with id123
, run:456
gcloud alpha essential-contacts delete 123 --folder=456
To delete the contact with id
in the organization with id123
, run:456
gcloud alpha essential-contacts delete 123 --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 used as 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 used as 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 used as the resource.
-
At most one of these can be specified:
- 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 essential-contacts delete
gcloud beta essential-contacts delete
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-22 UTC.