I’m using GitLab package for the helm chart but I’m unable to delete the helm chart from GitLab package using gitlab API
Method I tried: I tried curl --request DELETE --header “PRIVATE-TOKEN: TOKEN” “https://gitlab.test.in/api/v4/projects/:id/packages/helm/:stable/charts/:test-0.160.0.tgz”
Is there any way to delete helm chart from GitHub package using gitlab API ?