Deletes a file and all of its content. It is only allowed on generic repositories. The returned operation will complete once the file has been deleted.
[[["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 file and its content from a generic repository using an HTTP request."],["The file to be deleted is specified using a required `name` path parameter, which also necessitates the `artifactregistry.files.delete` IAM permission."],["The HTTP request body must be empty, and successful operations return an instance of `Operation`."],["Deleting a file requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform`."],["The request utilizes gRPC Transcoding syntax, and available locations to be chosen are provided."]]],[]]