> ## 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 Unmanaged 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 unmanaged 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 **Unmanaged Users**.
4. Select the users to delete:
   * To delete a single user, hover over the name of the user and select **Delete User** (<InlineImage src="/images/box-admin-tools/delete-user.png" alt="delete-user" />) at the end of the row.
   * To delete multiple users, select the rows for the users that you want to delete and select **Delete Users** (<InlineImage src="/images/box-admin-tools/delete-users.png" alt="delete-users" />) at the top of the list.
5. In the confirmation dialog box, select **Delete**.
