resend.deleteBroadcast delete a draft Resend broadcast.
automations/resend-deleteBroadcast.automation.ts
{ account } selects the Resend account binding.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a draft Resend broadcast.
resend.deleteBroadcast delete a draft Resend broadcast.
import { automation } from "automate.ax"
import { resend } from "automate.ax/resend"
export default automation("Delete broadcast", () => {
resend.deleteBroadcast({ broadcastId: "broadcast_123" })
})
{ account } selects the Resend account binding.