# `bird email templates broadcasts`

## Usage

```bash
bird email templates broadcasts
```

## Description

A template cannot be deleted while a broadcast is scheduled or waiting to start, because
those two have not pinned their content yet. This is the reverse lookup that names them.
Canceling clears either status; repointing at another template works only while it is
`scheduled`, because an `accepted` one refuses an edit.

Reads return JSON; list is paginated.

## Commands

| Name                                                          | Description                                    |
| ------------------------------------------------------------- | ---------------------------------------------- |
| [`list`](/docs/cli/reference/email-templates-broadcasts-list) | List the broadcasts blocking a template delete |

## Related resources

- [Should I use a Bird SDK or call the API directly?](/explained/platform/should-i-use-an-sdk-or-call-the-api-directly) (answer)
- [Build your first integration](/learn/paths/integration) (course)
- [Send your first email](/docs/get-started/send-your-first-email) (docs)

[Get an implementation brief](/learn/workspace?topic=api-basics)
