- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Deletes the specified Event Threat Detection custom module 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/*/eventThreatDetectionCustomModules/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the Event Threat Detection custom module, in one of the following formats:
|
Query parameters
Parameters | |
---|---|
validate |
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 empty.
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.eventThreatDetectionCustomModules.delete
For more information, see the IAM documentation.