bird organization workspaces delete
Usage
Ejemplo de código
bird organization workspaces delete <workspace-id> [flags]Description
Delete a workspace. Access ends at once, with the workspace hidden and its API keys revoked, while its data and configuration are held for 7 days and can be restored through support, then purged. Fails with a conflict if it is the organization's only workspace.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Ejemplo de código
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 |
Recursos relacionados
Continúa con la documentación, guías y ejemplos sobre este tema. Los recursos están en inglés.
Comprender el conceptoShould I use an API key or an OAuth token, and how do I rotate one?Guía de implementaciónAuthentication & API keys
Obtener un resumen de implementación