bird organization invitations revoke
Usage
Codebeispiel
bird organization invitations revoke <invitation-id> [flags]Description
Cancel a pending organization 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.
Examples
Codebeispiel
bird organization 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 organization invitations create | Create an org invitation |
| bird organization invitations get | Get an org invitation |
| bird organization invitations list | List org invitations |