Required. The name of the OS policy assignment to be deleted
Query parameters
Parameters
requestId
string
Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is only idempotent if a requestId is provided.
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-11-11 UTC."],[[["This method allows the deletion of an OS policy assignment, creating a new revision in the process."],["The deletion process is managed via a long-running operation (LRO), which can be cancelled to halt the rollout and if not, will delete all revisions associated with the OS policy assignment upon completion."],["The `name` path parameter is required to specify the OS policy assignment that needs to be deleted, and an optional `requestId` query parameter can be provided to ensure idempotency."],["The HTTP request is a DELETE operation to a specific URL structure, and the request body must be empty for this operation."],["Deleting an OS policy assignment requires `osconfig.osPolicyAssignments.delete` IAM permission, as well as the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]