bird audiences remove-contact
Usage
Exemplo de código
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
Exemplo de código
bird audiences remove-contact <audience-id> <contact-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 audiences add-contacts | Add contacts to a static audience. |
| bird audiences create | Create an audience. |
| bird audiences delete | Delete an audience |
| bird audiences get | Get an audience |
| bird audiences list | List audiences |
| bird audiences list-contacts | List an audience's contacts |
| bird audiences remove-contacts | Remove contacts from a static audience. |
| bird audiences update | Update an audience's name or description. |