Documentation
Sign inGet started

bird audiences delete

Usage

Codevoorbeeld
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

Codevoorbeeld
bird audiences delete <id> --yes

Options

Safety

NameDescription
--idempotency-keyDeduplication key; a retry with the same key won't act twice
--yesConfirm a destructive action (required; the CLI never prompts)
NameDescription
bird audiences add-contactsAdd contacts to a static audience.
bird audiences createCreate an audience.
bird audiences getGet an audience
bird audiences listList audiences
bird audiences list-contactsList an audience's contacts
bird audiences remove-contactRemove a contact from an audience
bird audiences remove-contactsRemove contacts from a static audience.
bird audiences updateUpdate an audience's name or description.