FlaresendDocs
Broadcasts

Delete a broadcast

Delete a broadcast that is not scheduled or sending.

DELETE/v1/broadcasts/{id}API key

Deletes 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

idstringpathrequired

The broadcast ID.

Response

idstring

The ID of the deleted broadcast.

Always true.

Errors

StatusCodeWhen
404broadcast_not_foundNo broadcast with that ID in this project.
409broadcast_activeThe broadcast is scheduled or sending.