gcloud scc manage custom-modules etd delete MODULE_ID_OR_NAME [--validate-only] [--folder=FOLDER_ID | --organization=ORGANIZATION_ID | --parent=PARENT | --project=PROJECT_ID_OR_NUMBER] [GCLOUD_WIDE_FLAG …]
123456
for organization 123, run:
gcloud scc manage custom-modules etd delete 123456 --organization=123
To delete a Event Threat Detection custom module with ID 123456 for
folder 456, run:
gcloud scc manage custom-modules etd delete 123456 --folder=456
To delete a Event Threat Detection custom module with ID 123456 for
project 789, run:
gcloud scc manage custom-modules etd delete 123456 --project=789You can also specify the parent more generally:
gcloud scc manage custom-modules etd delete 123456 --parent=organizations/123Or just specify the fully qualified module name:
gcloud scc manage custom-modules etd delete organizations/123/locations/global/eventThreatDetectionCustomModules/123456MODULE_ID_OR_NAME--validate-only--folder=FOLDER_ID--organization=ORGANIZATION_ID--parent=PARENT--project=PROJECT_ID_OR_NUMBER--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.
gcloud alpha scc manage custom-modules etd 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 2026-05-27 UTC.