bird audiences delete
Usage
Exemple de code
bird audiences delete <audience-id> [flags]Description
Delete an audience and its memberships; contacts themselves are not deleted. Fails while a broadcast targeting the audience is scheduled, accepted, sending, or canceling.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Exemple de code
bird audiences delete <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 get | Get an audience |
| bird audiences list | List audiences |
| bird audiences list-contacts | List an audience's contacts |
| bird audiences remove-contact | Remove a contact from an audience |
| bird audiences remove-contacts | Remove contacts from a static audience. |
| bird audiences update | Update an audience's name or description. |