import { Resend } from 'resend'; const resend = new Resend('re_xxxxxxxxx'); await resend.broadcasts.remove('559ac32e-9ef5-46fb-82a1-b76b840c0f7b');
{ "object": "broadcast", "id": "559ac32e-9ef5-46fb-82a1-b76b840c0f7b", "deleted": true }
Remove an existing broadcast.
draft
Was this page helpful?