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 document describes the process of deleting an OS policy assignment, which includes creating a new revision and using a long-running operation (LRO) for the rollout."],["The HTTP request to delete an OS policy assignment is a `DELETE` request to a specific URL with the OS policy assignment's name as a path parameter, using gRPC Transcoding syntax."],["An optional `requestId` query parameter can be included to make the request idempotent, which should consist of a unique identifier of up to 36 ASCII characters, such as a random UUID."],["The request body for deleting an OS policy assignment must be empty, and a successful response will return an instance of an Operation."],["Deleting an OS policy assignment requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `osconfig.osPolicyAssignments.delete` on the target resource."]]],[]]