hexpm / hex

Package manager for the Erlang ecosystem.

Home Page:https://hex.pm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full remove a package from hex.pm

epinault opened this issue · comments

So we have a private package and moved it to OSS.
to avoid confusion we want to remove our private package fully so it s not even visible in the UI and complete gone from hex.pm

how do we do that? I see we can retire specific version but we want no versions at all and be done with it

I cannot seem to find doc for that

https://hex.pm/docs/faq#can-packages-be-removed-from-the-repository

Please remove your releases with mix hex.publish —revert. Once you revert last release, your private package will be gone.

ah thanks!