Documentation
Sign inGet started

bird email broadcasts delete

Usage

Przykład kodu
bird email broadcasts delete <broadcast-id> [flags]

Description

Permanently delete a draft broadcast. Only drafts can be deleted; a scheduled or sending broadcast is stopped by email_broadcasts_cancel.
This is destructive and cannot be undone; pass --yes to confirm.

Examples

Przykład kodu
bird email broadcasts 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 email broadcasts cancelCancel a broadcast
bird email broadcasts countsGet a broadcast's audience counts
bird email broadcasts createCreate 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