==================
Deleting a package
==================


You can delete an entire package from Repository, including all
of its versions.

CAUTION: There is no undo for deleting a package.

To delete a package from Repository:

#. Access Repository using the Web UI.

#. In the **Tools** menu, select Packages.

#. OPTIONAL: If the packages that you want to delete are not
   visible, under Filters, in the Type list, select All.

   .. figure:: /img/repo-access-delete-packages.png

      ..

   |

#. Select the checkbox next to the packages you want to delete.

#. Click the Delete button.

#. Enter the account name in the confirmation window.

#. Click Delete to permanently delete the selected package(s).


You can also use the Client CLI to delete a package::

  anaconda remove jsmith/testpak

NOTE: Replace ``jsmith`` with your user name, and ``testpak``
with the package name.

You can now see the change on your profile page::

   https://<your-anaconda-repo>/USERNAME

NOTE: Replace ``<your-anaconda-repo>`` with the name of your
local Repository and ``USERNAME`` with your username.
