Required. The unique name of the AuthorizedView to be deleted. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorizedView}.
Authorization requires the following IAM permission on the specified resource name:
bigtable.authorizedView.delete
Query parameters
Parameters
etag
string
Optional. The current etag of the AuthorizedView. If an etag is provided and does not match the current etag of the AuthorizedView, deletion will be blocked and an ABORTED error will be returned.
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["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-12-16 UTC."],[[["This webpage documents how to permanently delete a specified AuthorizedView using a DELETE request to a specific URL."],["The deletion request requires a unique `name` parameter in the URL path, formatted as `projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorizedView}`, and the `bigtable.authorizedView.delete` IAM permission."],["An optional `etag` query parameter can be provided to ensure the deletion is based on the most recent state of the AuthorizedView, blocking deletion if the etag does not match."],["The request body for deleting an AuthorizedView must be empty, and a successful operation returns an empty JSON object."],["Deleting an AuthorizedView requires one of the listed OAuth scopes, including `https://www.googleapis.com/auth/bigtable.admin` and `https://www.googleapis.com/auth/cloud-platform`."]]],[]]