# `bird audiences remove-contact`

## Usage

```bash
bird audiences remove-contact <audience-id> <contact-id> [flags]
```

## Description

Remove one contact's membership from an audience. The contact itself is not deleted and stays a member of any other audiences.

This is destructive and cannot be undone; pass --yes to confirm.

## Examples

```bash
bird audiences remove-contact <audience-id> <contact-id> --yes
```

## Options

#### 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 audiences add-contacts`](/docs/cli/reference/audiences-add-contacts)       | Add contacts to a static audience.        |
| [`bird audiences create`](/docs/cli/reference/audiences-create)                   | Create an audience.                       |
| [`bird audiences delete`](/docs/cli/reference/audiences-delete)                   | Delete an audience                        |
| [`bird audiences get`](/docs/cli/reference/audiences-get)                         | Get an audience                           |
| [`bird audiences list`](/docs/cli/reference/audiences-list)                       | List audiences                            |
| [`bird audiences list-contacts`](/docs/cli/reference/audiences-list-contacts)     | List an audience's contacts               |
| [`bird audiences remove-contacts`](/docs/cli/reference/audiences-remove-contacts) | Remove contacts from a static audience.   |
| [`bird audiences update`](/docs/cli/reference/audiences-update)                   | Update an audience's name or description. |