Deletes a repository and all of its contents. The returned Operation will finish once the repository has been deleted. It will not have any Operation metadata and will return a google.protobuf.Empty response.
[[["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-07-17 UTC."],[[["This webpage details how to delete a repository and its contents, returning an Operation that signifies the completion of the deletion process."],["Deletion is performed via an HTTP request utilizing gRPC Transcoding syntax, with specific locations available for selection."],["The `name` path parameter, required for the request, specifies the repository to delete, and requires specific IAM permissions."],["The request body for deleting a repository must be empty, while a successful response will be an instance of Operation."],["Deleting a repository requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]