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

# Removing Folders From Groups

export const InlineImage = ({src, alt = "", height = "1em"}) => {
  return <img noZoom src={src} alt={alt} style={{
    display: "inline-block",
    verticalAlign: "middle",
    height: height,
    width: "auto",
    margin: "0"
  }} />;
};

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "User Management , Admin , Groups"}} />

**Prerequisite**

<Note>
  You must be:

  * An Admin
  * A Co-admin with the *Manage groups* permission enabled

  to remove folders from groups.
</Note>

1. Go to **Admin Console > Users & Groups**.
2. Click the **Groups** tab.
3. Click the name of a group.
4. In the Shared Folders section, click **Edit**.
5. Hover the mouse pointer over a folder and click Remove (<InlineImage src="/images/box-admin-tools/remove-button.png" alt="remove-button-png" />).
6. Click **Save**.
