> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove a Team Member

> Remove users from your bunny.net account or update their permissions.

You can remove team members from your account or edit their permissions at any time from the Manage Team page.

## Prerequisites

* You must be the account owner or have the **Manage users** permission

## Remove a team member

<Steps>
  <Step title="Navigate to Manage Team">
    Go to [Account > Manage Team](https://dash.bunny.net/account/users) in your dashboard.
  </Step>

  <Step title="Find the team member">
    Locate the team member you want to remove in the list. You can see each member's name, email, and current permissions.
  </Step>

  <Step title="Select Delete from the action menu">
    Click the **...** (three dots) action menu on the team member's row, and click **Delete** from the dropdown menu.

    <Frame>
      <img src="https://mintcdn.com/bunnynet-cb9733c2/KUGDiHKuZDVZgg_Z/images/accounts-and-billing/team-management/remove-team-member.png?fit=max&auto=format&n=KUGDiHKuZDVZgg_Z&q=85&s=c76e51baf688e4d86708da7c253faf52" alt="Delete" width="542" height="424" data-path="images/accounts-and-billing/team-management/remove-team-member.png" />
    </Frame>
  </Step>

  <Step title="Confirm removal">
    Confirm the deletion when prompted.
  </Step>
</Steps>

<Warning>
  Removing a team member immediately revokes their access. They will no longer
  be able to log in to your account.
</Warning>

## Edit team member permissions

If you need to change a team member's permissions rather than remove them entirely:

<Steps>
  <Step title="Navigate to Manage Team">
    Go to [Account > Manage Team](https://dash.bunny.net/account/users) in your dashboard.
  </Step>

  <Step title="Find the team member">
    Locate the team member whose permissions you want to update.
  </Step>

  <Step title="Select Edit from the action menu">
    Click the **...** (three dots) action menu on the team member's row, and click **Edit** from the dropdown menu.

    <Frame>
      <img src="https://mintcdn.com/bunnynet-cb9733c2/KUGDiHKuZDVZgg_Z/images/accounts-and-billing/team-management/edit-team-member.png?fit=max&auto=format&n=KUGDiHKuZDVZgg_Z&q=85&s=d6dc0474d6d4d23b1869fddfa9e3c41e" alt="Edit" width="542" height="424" data-path="images/accounts-and-billing/team-management/edit-team-member.png" />
    </Frame>
  </Step>

  <Step title="Update permissions">
    Check or uncheck the permissions as needed:

    * **Manage zones**
    * **Billing & legal**
    * **Support tickets**
    * **Abuse center**
    * **Manage users**
  </Step>

  <Step title="Save changes">
    Click **Save User** to apply the updated permissions.
  </Step>
</Steps>

<Note>
  Permission changes take effect immediately. The team member's dashboard view
  will update to reflect their new access level on their next page load.
</Note>
