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

# astro workspace user remove

<Info>The behavior and format of this command differs depending on what Astronomer product you're using. Use the following tabs to change product contexts.</Info>

<Tabs>
  <Tab title="Astro">
    Remove a user from your current Workspace.

    ## Usage

    ```sh wrap theme={null}
    astro workspace user remove
    ```

    ## Options

    | Option    | Description                                | Possible Values |
    | --------- | ------------------------------------------ | --------------- |
    | `<email>` | The email for the user you want to remove. | Any valid email |

    ## Related commands

    * [`astro workspace user add`](/docs/cli/v1.40/astro-workspace-user-add)
    * [`astro organization user update`](/docs/cli/v1.40/astro-organization-user-update)
  </Tab>

  <Tab title="APC">
    Removes a user from your current Workspace.

    ## Usage

    ```sh wrap theme={null}
    astro workspace user remove --email <user-email-address>
    ```

    ## Options

    | Option                 | Description       | Possible Values         |
    | ---------------------- | ----------------- | ----------------------- |
    | `--email` (*Required*) | The user's email. | Any valid email address |
  </Tab>
</Tabs>
