The name of the repository holding all requested versions.
Request body
The request body contains data with the following structure:
JSON representation
{"names": [string],"validateOnly": boolean}
Fields
names[]
string
Required. The names of the versions to delete. The maximum number of versions deleted per batch is determined by the service and is dependent on the available resources in the region.
Authorization requires the following IAM permission on the specified resource names:
artifactregistry.versions.delete
validateOnly
boolean
If true, the request is performed without deleting data, following AIP-163.
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 2025-03-25 UTC."],[[["This API endpoint is used to delete multiple versions from a specified repository location."],["The request uses gRPC Transcoding syntax and requires specifying the repository `parent` path parameter."],["The request body requires a JSON payload with `names` (an array of version names to delete, up to 10000), and an optional `validateOnly` boolean to simulate deletion without actually deleting the data."],["A successful request returns an `Operation` instance, indicating that the deletion process has started, and requires `artifactregistry.versions.delete` IAM permissions."],["The endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]