> ## 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: "Admin"}} />

外部ユーザーを削除すると、そのユーザーが招待されていたすべてのコラボレーションが削除されます。

1. **\[管理コンソール] > \[ユーザーとグループ]** に移動します。
2. \[**外部ユーザー**] タブを選択します。
3. ドロップダウンリストで、\[**外部ユーザー**] を選択します。
4. 外部ユーザーの名前にカーソルを合わせて、\[**その他のオプション**] (<InlineImage src="/images/shared/button-3-dots2.png" />) ボタンを選択します。
5. \[**ユーザーを削除**] を選択します。
6. 確認ダイアログボックスで、\[**削除**] を選択します。
