FlaresendDocs
Broadcasts

Cancel a broadcast

Stop a draft, scheduled or sending broadcast.

POST/v1/broadcasts/{id}/cancelAPI key

Sets 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

idstringpathrequired

The broadcast ID.

Response

The broadcast with status: "canceled" and counts, as in Retrieve a broadcast.

Errors

StatusCodeWhen
404broadcast_not_foundNo broadcast with that ID in this project.
409not_cancelableThe broadcast is already sent or canceled.