# `bird organization workspaces delete`

## Usage

```bash
bird organization workspaces delete <workspace-id> [flags]
```

## Description

Delete a workspace in the organization

This is destructive and cannot be undone; pass --yes to confirm.

## Examples

```bash
bird organization workspaces delete <id> --yes
```

## Options

#### Safety

| Name                | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| `--idempotency-key` | Deduplication key; a retry with the same key won't act twice   |
| `--yes`             | Confirm a destructive action (required; the CLI never prompts) |

## Related

| Name                                                                                        | Description                            |
| ------------------------------------------------------------------------------------------- | -------------------------------------- |
| [`bird organization workspaces create`](/docs/cli/reference/organization-workspaces-create) | Create a workspace                     |
| [`bird organization workspaces get`](/docs/cli/reference/organization-workspaces-get)       | Get a workspace in the organization    |
| [`bird organization workspaces list`](/docs/cli/reference/organization-workspaces-list)     | List workspaces                        |
| [`bird organization workspaces update`](/docs/cli/reference/organization-workspaces-update) | Update a workspace in the organization |