1 ---
2 title: Removing teams
3 ---
4
5 import shared from '~/shared.js'
6
7 As an organization owner or team admin, you can remove teams that no longer need access to a set of packages governed by your organization. Removing the team will not remove the team members or packages from your organization.
8
9 <Note>
10 <><strong>Note:</strong> if you remove all teams referencing a particular package, it will be orphaned and you will lose access to it. If this happens, {shared['contact-support'].text}.</>
11 </Note>
12
13 1. <>{shared['user-login'].text}</>
14
15 <>{shared['user-login'].image}</>
16
17 2. <>{shared['account-settings'].text}</>
18
19 <>{shared['account-settings'].image}</>
20
21 3. <>{shared['organization-selection'].text}</>
22
23 <>{shared['organization-selection'].image}</>
24
25 4. <>{shared['organization-teams-tab'].text}</>
26
27 <>{shared['organization-teams-tab'].image}</>
28
29 5. Beside the name of the team you want to remove, click **X**.
30
31 <Screenshot src="/organizations/managing-teams/team-remove.png" alt="Screenshot of the remove team button" />
32
33 <Note>
34
35 **Note:** You cannot remove the developers team, [learn more about the developers team](/about-developers-team).
36
37 </Note>