Documentation
Sign inGet started

bird audiences remove-contact

Usage

कोड उदाहरण
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

कोड उदाहरण
bird audiences remove-contact <audience-id> <contact-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 deleteDelete an audience
bird audiences getGet an audience
bird audiences listList audiences
bird audiences list-contactsList an audience's contacts
bird audiences remove-contactsRemove contacts from a static audience.
bird audiences updateUpdate an audience's name or description.