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

# Deleting an External User

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

Deleting an external user removes all collaborations to which the user has been invited.

1. Go to **Admin Console > Users & Groups**.
2. Select the **External User** tab.
3. In the drop-down list, select **External Users**.
4. Hover over the name of the external user and select the **More Options** (<InlineImage src="/images/box-admin-tools/more-options-button-2.png" alt="more-options-button" />) button.
5. Select **Delete User**.
6. In the confirmation dialog box, select **Delete**.
