bird organization workspaces delete
Usage
Code example
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
Code example
bird organization workspaces delete <id> --yesOptions
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 | Create a workspace |
| bird organization workspaces get | Get a workspace in the organization |
| bird organization workspaces list | List workspaces |
| bird organization workspaces update | Update a workspace in the organization |