gcloud alpha scc muteconfigs delete

NAME
gcloud alpha scc muteconfigs delete - delete a Security Command Center mute config
SYNOPSIS
gcloud alpha scc muteconfigs deleteMUTE_CONFIG[--location=LOCATION; default="global"][--folder=FOLDER    |--organization=ORGANIZATION    |--project=PROJECT][GCLOUD_WIDE_FLAG]
DESCRIPTION
(ALPHA) Delete a Security Command Center mute config.
EXAMPLES
To delete a mute config given organization123 with idtest-mute-config, run:
gcloudalphasccmuteconfigsdeletetest-mute-config--organization=123

To delete a mute config given folder456with idtest-mute-config, run:

gcloudalphasccmuteconfigsdeletetest-mute-config--folder=456

To delete a mute config given project789with idtest-mute-config, run:

gcloudalphasccmuteconfigsdeletetest-mute-config--project=789

To delete a mute config given organization123 with idtest-mute-config andlocation=eu, run:

gcloudalphasccmuteconfigsdeletetest-mute-config--organization=123--location=eu
POSITIONAL ARGUMENTS
MUTE_CONFIG
ID of the mute config or the full resource name of the mute config.
FLAGS
--location=LOCATION; default="global"
When data residency controls are enabled, this attribute specifies the locationin which the resource is located and applicable. Thelocationattribute can be provided as part of the fully specified resource name or withthe--location argument on the command line. The default locationisglobal.

NOTE: If you override the endpoint to aregionalendpoint you must specify the correctdatalocation using this flag. The default location on this command is unrelatedto the default location that is specified when data residency controls areenabled for Security Command Center.

NOTE: If no location is specified, the default location isglobalAND the request will be routed to the SCC V1 API. To use the SCC V2 API - pleaseexplicitly specify the flag.

At most one of these can be specified:
--folder=FOLDER
Folder where the mute config resides. Formatted asfolders/456 or just456.
--organization=ORGANIZATION
Organization where the mute config resides. Formatted asorganizations/123 or just123.
--project=PROJECT
Project (id or number) where the mute config resides. Formatted asprojects/789 or just789.
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.

API REFERENCE
This command uses the Security Command Center API. For more information, seeSecurityCommand Center API.
NOTES
This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. This variant is also available:
gcloudsccmuteconfigsdelete

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-10-21 UTC.