Documentation
Sign inGet started

bird email broadcasts cancel

Usage

Esempio di codice
bird email broadcasts cancel <broadcast-id> [flags]

Description

Cancel a scheduled, accepted, or sending broadcast. Stops remaining deliveries; recipients already dispatched are not recalled. Drafts can't be canceled; delete them instead with email_broadcasts_delete.
This is destructive and cannot be undone; pass --yes to confirm.

Examples

Esempio di codice
bird email broadcasts cancel <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)

Options

NameDescription
--response-schemaPrint the fields this command returns, then exit
NameDescription
bird email broadcasts countsGet a broadcast's audience counts
bird email broadcasts createCreate a broadcast
bird email broadcasts deleteDelete a broadcast
bird email broadcasts getGet a broadcast
bird email broadcasts listList broadcasts
bird email broadcasts list-eventsList events for a broadcast
bird email broadcasts list-recipientsList recipients of a broadcast
bird email broadcasts sendSend a broadcast
bird email broadcasts updateUpdate a draft or scheduled broadcast