> ## 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 organization team delete

<Info>
  This command is only available on Astro.
</Info>

Delete a Team from your Organization.

## Usage

```sh wrap theme={null}
astro organization team delete <team-id>
```

To find a Team ID using the Astro CLI, run `astro organization team list`.

To find a Team ID in the Astro UI, click **Organization Settings** > **Access Management** > **Teams**. Search for your Team in the **Teams** table and copy its **ID**. The ID should look something like `clk17xqgm124q01hkrgilsr49`.

## Related commands

* [`astro organization user update`](/docs/cli/v1.39/astro-organization-user-update)
* [`astro workspace user add`](/docs/cli/v1.39/astro-workspace-user-add)
