[[["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 delete a cluster from a Google Cloud Bigtable instance using a `DELETE` HTTP request."],["The required URL format for deleting a cluster is `https://bigtableadmin.googleapis.com/v2/{name=projects/*/instances/*/clusters/*}`."],["The `name` path parameter, which specifies the cluster to be deleted, is mandatory and follows the format `projects/{project}/instances/{instance}/clusters/{cluster}`."],["Deleting a cluster requires the `bigtable.clusters.delete` IAM permission and one of the specified OAuth scopes."],["A successful deletion results in an empty JSON object response, and the request body must also be empty."]]],[]]