DELETE endpoint for generic packages repository

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Proposal

Add the following endpoint to generic packages repository:

DELETE /projects/:id/packages/generic/:package_name/:package_version/:file_name

See also other endpoints here

Note : the only way to delete a generic package from API currently, is to search for package id from package name and version, then search for package file id by iterating over all package files of a given package, then delete the package file

Edited by 🤖 GitLab Bot 🤖