bird organization members delete
Usage
Code example
bird organization members delete <member-id> [flags]Description
Remove a member's organization role and all workspace roles at once. Rejects removing yourself from the organization and removing the organization's last owner.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Code example
bird organization members 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 members get | Get an organization member |
| bird organization members list | List organization members |
| bird organization members update | Update an org member's org-level role |