Organization organizationA contains two projects, project1 and project2.
Reservation res1 exists and was created previously.
assignments.create was used previously to define the following associations between entities and reservations: <organizationA, res1> and <project1, res1>
In this example, deletion of the <organizationA, res1> assignment won't affect the other assignment <project1, res1>. After said deletion, queries from project1 will still use res1 while queries from project2 will switch to use on-demand mode.
[[["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-01-09 UTC."],[[["This webpage details the process of deleting an assignment via an HTTP DELETE request to a specified URL."],["The deletion of an assignment, such as `\u003corganizationA, res1\u003e`, will not impact other existing assignments like `\u003cproject1, res1\u003e`."],["The HTTP request must follow the gRPC Transcoding syntax using a specific URL structure: `DELETE https://bigqueryreservation.googleapis.com/v1/{name=projects/*/locations/*/reservations/*/assignments/*}`."],["The request requires the `name` parameter, a string that identifies the assignment to be deleted, and demands `bigquery.reservationAssignments.delete` IAM permission."],["A successful request results in an empty JSON response, and authorization requires either the `https://www.googleapis.com/auth/bigquery` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]