Documentation
Sign inGet started

bird email templates delete

Usage

Code example
bird email templates delete <template-ref> [flags]

Description

Delete a template and every version it holds, freeing its slug for reuse in the workspace. The deletion cannot be undone, and a later send naming the template is rejected. A template a broadcast still references cannot be deleted until that broadcast finishes sending, and returns a conflict.
This is destructive and cannot be undone; pass --yes to confirm.

Examples

Code example
bird email templates 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 templates createCreate an email template and its first editable draft
bird email templates duplicateDuplicate an email template
bird email templates getGet an email template
bird email templates listList email templates
bird email templates previewPreview a template with sample values
bird email templates updateUpdate an email template