How to remove a package from Pypi

pypi, python

Solution

- Login.

- Go to your packages.

- Check the "remove" checkbox for the particular package.

- Click "Remove" button.

Problem

How do I remove a package from Pypi? I uploaded a package to Pypi several months ago. The package is now obsolete and I'd like to formally remove it. I cannot find any documentation on how to remove my package.

Original source