Skip to main content
resend.deleteContact permanently removes a contact by ID or email address.
automations/delete-resend-contact.automation.ts
The action requires contactId. Optional second argument { account } selects the binding. Returns { deleted: boolean; id: string; object: "contact" }. Deletion is different from setting unsubscribed: true: deletion removes the record, while unsubscribing preserves it and its history.