I want to remove published elixir package on hex. I already know that I can only delete it up to one hour after creation with this command.
mix hex.publish --revert VERSION
But, Is there another way to delete package that is over one hour after creation on hex ? Thanks for every suggestion.
Quoting the documentation of the
hex.publish
mix task: