bird email templates versions languages delete
Usage
Code example
bird email templates versions languages delete <template-ref> <version-id> <language> [flags]Description
Remove one language from a template's draft. The current default cannot be removed on its own; update the template to point the default at a different language first, then remove the old one.
This is destructive and cannot be undone; pass --yes to confirm.
Examples
Code example
bird email templates versions languages delete <template-ref> <version-id> <language> --yesOptions
Safety
| Name | Description |
|---|---|
| --idempotency-key | Deduplication key; a retry with the same key won't act twice |
| --yes | Confirm a destructive action (required; the CLI never prompts) |
Related
| Name | Description |
|---|---|
| bird email templates versions languages get | Get one language of a version |
| bird email templates versions languages list | List a version's languages |
| bird email templates versions languages set | Upsert one language of a draft |
| bird email templates versions languages update | Update one language of a draft |