Documentation
Sign inGet started

bird email broadcasts delete

Usage

Code example
bird email broadcasts delete <broadcast-id> [flags]

Description

Permanently delete a draft broadcast. Only a draft can be deleted. To stop a scheduled or sending broadcast, use bird email broadcasts cancel instead.
This is destructive and cannot be undone; pass --yes to confirm.

Examples

Code example
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-clicked-linksList a broadcast's clicked links
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