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. There is no undo, and a later send naming the template is rejected. A template still referenced by a broadcast that has not finished sending cannot be deleted 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 previewRender a template with sample values
bird email templates updateUpdate an email template