Updated 'Delete an Organization' doc
Seryozha Khachatryan committed
Jul 22, 2021 at 14:10 UTC
fbb539ba443cb49679cd557a4aebcebb3f660ce1
4 files changed
+18
-3
content/organizations/creating-and-managing-organizations/deleting-an-organization.mdx
+18
-3
@@ -5,11 +5,26 @@ redirect_from:
5
---
6
import shared from '../../../src/shared.js'
7
8
-Organizations cannot be deleted from the website or command line interface.
8
+From the web, you can delete an organization.
9
10
-## Deleting an organization on the public registry
10
+1. <>{shared['user-login'].text}</>
11
12
-<>To delete an organization on the public registry, the organization owner should {shared['contact-support'].text}.</>
12
+ <>{shared['user-login'].image}</>
13
+
14
+2. <>{shared['account-settings'].text}</>
15
+
16
+ <>{shared['account-settings'].image}</>
17
+
18
+3. In the left sidebar, click the name of the organization you want to delete.
19
+ <Screenshot src="/organizations/creating-and-managing-organizations/left-sidebar.png" alt="Screenshot of left sidebar" />
20
+
21
+4. On the organization page, go to the billing tab.
22
+
23
+5. On this page, you will find a button to delete your organization. Click that.
24
+ <Screenshot src="/organizations/creating-and-managing-organizations/org-delete-button.png" alt="Screenshot of org delete button" />
25
+
26
+6. You will now be presented with an overview of how many npm packages will be deleted and deprecated as part of your organization deletion. If you agree with this, then enter your organization name and click "Delete this organization".
27
+ <Screenshot src="/organizations/creating-and-managing-organizations/org-delete-plan.png" alt="Screenshot of org delete plan" />
28
29
## Deleting an organization in npm Enterprise
30
static/organizations/creating-and-managing-organizations/left-sidebar.png
Binary files /dev/null and b/static/organizations/creating-and-managing-organizations/left-sidebar.png differ
static/organizations/creating-and-managing-organizations/org-delete-button.png
Binary files /dev/null and b/static/organizations/creating-and-managing-organizations/org-delete-button.png differ
static/organizations/creating-and-managing-organizations/org-delete-plan.png
Binary files /dev/null and b/static/organizations/creating-and-managing-organizations/org-delete-plan.png differ