Broadcasts
Cancel a broadcast
Stop a draft, scheduled or sending broadcast.
POST
/v1/broadcasts/{id}/cancelAPI keySets the broadcast to canceled. Works on draft, scheduled and sending broadcasts.
For a broadcast that is already sending, cancel stops it from starting another batch of contacts. Emails it already queued are not recalled, and a batch that is being processed at that moment finishes. sent and counts show how far it got.
A canceled broadcast can't be restarted. Create a new one to send again; contacts who already received the old one are not skipped by the new one, because it has a different ID.
Path parameters
The broadcast ID.
Response
The broadcast with status: "canceled" and counts, as in Retrieve a broadcast.
Errors
| Status | Code | When |
|---|---|---|
| 404 | broadcast_not_found | No broadcast with that ID in this project. |
| 409 | not_cancelable | The broadcast is already sent or canceled. |