bird invitations revoke
Usage
Codevoorbeeld
bird invitations revoke <invitation-id> [flags]Description
Cancel a pending workspace invitation. The link stops working immediately and the invitee can no longer use it to join.
This is destructive and cannot be undone; pass --yes to confirm.
Procedure
Step 3 of 3 of "Invite a user to a workspace and manage the invitation". Previous: bird invitations get.
Examples
Codevoorbeeld
bird invitations revoke <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) |
Options
| Name | Description |
|---|---|
| --response-schema | Print the fields this command returns, then exit |
Related
| Name | Description |
|---|---|
| bird invitations create | Create a workspace invitation |
| bird invitations get | Get a workspace invitation |
| bird invitations list | List workspace invitations |