Required. A name of the SecurityProfile to delete. Must be in the format projects|organizations/*/locations/{location}/securityProfiles/{securityProfileId}.
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 2024-03-11 UTC."],[[["This endpoint deletes a single SecurityProfile using a DELETE HTTP request."],["The required `name` parameter in the URL path specifies which SecurityProfile to delete, following a specific format."],["An optional `etag` query parameter can be used to prevent out-of-date deletions, returning an error if it is not up-to-date."],["The request body must be empty, and a successful operation returns an Operation instance in the response body."],["Deleting a SecurityProfile requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]