> ## 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 token delete

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

Delete an Organization API token.

## Usage

```sh wrap theme={null}
astro organization token delete
```

## Options

| Option    | Description                                               | Valid Values                         |
| --------- | --------------------------------------------------------- | ------------------------------------ |
| `--force` | Delete or remove the API token without showing a warning. | None.                                |
| `--name`  | The name of the token to delete.                          | Any string surrounded by quotations. |

## Related commands

* [astro organization token update](/docs/cli/v1.41/astro-organization-token-update)
* [astro organization token rotate](/docs/cli/v1.41/astro-organization-token-rotate)
* [astro organization switch](/docs/cli/v1.41/astro-organization-switch)
