Skip to main content
The Resend Go SDK does not provide a dedicated Cancel method for broadcasts. To cancel a scheduled broadcast, you have two options:

Option 1: Delete the broadcast

Use the Delete broadcast method to permanently remove the scheduled broadcast:

Option 2: Update the broadcast

Use the Update method to modify the broadcast and change its scheduled time or convert it back to a draft:
Note that updating a broadcast does not automatically unschedule it. You would need to check the Resend API documentation to see if there’s a specific status field or parameter to change the broadcast back to draft status.

Cancel scheduled emails

If you need to cancel individual scheduled emails (not broadcasts), use the Emails service:
See the emails documentation for more details on cancelling scheduled emails.

Example: Check before cancelling