Required. A name of the SecurityProfileGroup to delete. Must be in the format projects|organizations/*/locations/{location}/securityProfileGroups/{securityProfileGroup}.
Query parameters
Parameters
etag
string
Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-08-29 UTC."],[[["This endpoint deletes a single SecurityProfileGroup using a DELETE HTTP request."],["The request requires a `name` path parameter specifying the SecurityProfileGroup to delete, following a specific format."],["An optional `etag` query parameter can be provided to prevent the deletion of outdated data."],["The request body for deleting a SecurityProfileGroup must be empty."],["Upon success, the response body will contain an instance of `Operation`, and this action needs the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]