It seems deleting a PyPI package is possible - How to remove a package from Pypi
This can cause problems if multiple team members have access to PyPI account holding the PyPI package and permissions. A person can accidentally delete a package if a person don't know dependent packages using the specific versions of a particular package.
Is it possible to block deletion of certain PyPI packages or send a notification if someone performs this sort of operation?