resend.deleteContact permanently removes a contact by ID or email address.
automations/delete-resend-contact.automation.ts
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.