Deletes a policy binding and returns a long-running operation. Callers will need the IAM permissions on both the policy and target. Once the binding is deleted, the policy no longer applies to the target.
[[["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 2025-05-21 UTC."],[[["\u003cp\u003eThis webpage documents how to delete a policy binding, which is a process that requires IAM permissions on both the policy and the target.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request to delete a policy binding uses the \u003ccode\u003eDELETE\u003c/code\u003e method and specifies the binding's location in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e path parameter is required, and specifies the full name of the policy binding that you wish to delete, and must conform to the documented format.\u003c/p\u003e\n"],["\u003cp\u003eThe deletion process supports optional query parameters such as \u003ccode\u003eetag\u003c/code\u003e for conditional deletion and \u003ccode\u003evalidateOnly\u003c/code\u003e for a dry-run, allowing previewing the operation without enacting it.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and a successful deletion returns a long-running operation, as detailed by the provided \u003ccode\u003eOperation\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,["# Method: folders.locations.policyBindings.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Examples](#examples)\n- [Try it!](#try-it)\n\nDeletes a policy binding and returns a long-running operation. Callers will need the IAM permissions on both the policy and target. Once the binding is deleted, the policy no longer applies to the target.\n\n### HTTP request\n\n`DELETE https://iam.googleapis.com/v3beta/{name=folders/*/locations/*/policyBindings/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/iam/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]