Required. The name of the Repository to delete. Format: projects/*/locations/*/connections/*/repositories/*.
Query parameters
Parameters
etag
string
The current etag of the repository. If an etag is provided and does not match the current etag of the repository, deletion will be blocked and an ABORTED error will be returned.
validateOnly
boolean
If set, validate the request, but do not actually post it.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["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-04-18 UTC."],[[["This webpage details the process for deleting a single repository using a `DELETE` HTTP request to the specified URL."],["The request requires a `name` path parameter specifying the repository's location and identifier, and can also include optional `etag` and `validateOnly` query parameters."],["The request body must be empty for this operation."],["A successful deletion will return an `Operation` instance in the response body, while authentication requires the `cloudbuild.repositories.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The current `etag` of the repository must be provided if the `etag` parameter is provided, if not, an `ABORTED` error will be returned."]]],[]]