> ## 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.

# グループからのフォルダの削除

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"}} />

**前提条件**

<Note>
  グループからフォルダを削除するには、

  * 管理者
  * \[*グループを管理する*] 権限が有効になっている共同管理者

  である必要があります。
</Note>

1. **\[管理コンソール] > \[ユーザーとグループ]** に移動します。
2. \[**グループ**] タブをクリックします。
3. グループの名前をクリックします。
4. \[共有フォルダ] セクションで \[**編集**] をクリックします。
5. フォルダにマウスポインタを合わせ、\[削除] (<InlineImage src="/images/box-admin-tools/remove-button.png" alt="remove-button-png" />) をクリックします。
6. \[**保存**] をクリックします。
