Broadcasts
Delete a broadcast
Delete a broadcast that is not scheduled or sending.
DELETE
/v1/broadcasts/{id}API keyDeletes a broadcast in the draft, sent or canceled status. A scheduled or sending broadcast has to be canceled first.
Emails the broadcast already sent are not deleted. They stay in the email log with their broadcast_id tag.
Path parameters
The broadcast ID.
Response
Errors
| Status | Code | When |
|---|---|---|
| 404 | broadcast_not_found | No broadcast with that ID in this project. |
| 409 | broadcast_active | The broadcast is scheduled or sending. |