Delete multiple registry repository tags
DELETE
/api/v4/projects/{id}/registry/repositories/{repository_id}/tags
Deletes multiple registry repository tags based on the specified criteria.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”Query Parameters
Section titled “ Query Parameters ” name_regex_delete
string
The tag name regexp to delete, specify .* to delete all
name_regex
string
The tag name regexp to delete, specify .* to delete all
name_regex_keep
string
The tag name regexp to retain
keep_n
integer
Keep n of latest tags with matching name
older_than
string
Delete older than: 1h, 1d, 1month
Responses
Section titled “ Responses ”Success
Bad Request
Unauthorized
Not Found