# `bird organization invitations revoke`

## Usage

```bash
bird organization invitations revoke <invitation-id> [flags]
```

## Description

Cancels the pending invitation immediately. The invitation link becomes invalid and the invitee cannot use it to join the organization.

## Examples

```bash
bird organization invitations revoke <id>
```

## Options

| Name                | Description                                                  |
| ------------------- | ------------------------------------------------------------ |
| `--idempotency-key` | Deduplication key; a retry with the same key won't act twice |
| `--response-schema` | Print the fields this command returns, then exit             |

## Related

| Name                                                                                          | Description              |
| --------------------------------------------------------------------------------------------- | ------------------------ |
| [`bird organization invitations create`](/docs/cli/reference/organization-invitations-create) | Create an org invitation |
| [`bird organization invitations get`](/docs/cli/reference/organization-invitations-get)       | Get an org invitation    |
| [`bird organization invitations list`](/docs/cli/reference/organization-invitations-list)     | List org invitations     |