- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Deletes the specified SecurityHealthAnalyticsCustomModule and all of its descendants in the resource hierarchy. This method is only supported for resident custom modules.
HTTP request
DELETE https://securitycentermanagement.googleapis.com/v1/{name=folders/*/locations/*/securityHealthAnalyticsCustomModules/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name | 
                
                   
 Required. The resource name of the SHA custom module, in one of the following formats: 
  | 
              
Query parameters
| Parameters | |
|---|---|
validateOnly | 
                
                   
 Optional. When set to  If the request is valid, a subsequent request to delete the module could still fail for one of the following reasons: 
 Defaults to   | 
              
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name resource:
securitycentermanagement.securityHealthAnalyticsCustomModules.delete
For more information, see the IAM documentation.