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

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

Delete a Workspace API token or remove an Organization API token in your current Workspace.

## Usage

```sh wrap theme={null}
astro workspace 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 workspace token update](/docs/cli/v1.40/astro-workspace-token-update)
* [astro workspace token rotate](/docs/cli/v1.40/astro-workspace-token-rotate)
* [astro workspace switch](/docs/cli/v1.40/astro-workspace-switch)
