resend.deleteContactProperty delete a Resend contact property.
automations/resend-deleteContactProperty.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 Resend contact property.
resend.deleteContactProperty delete a Resend contact property.
import { automation } from "automate.ax"
import { resend } from "automate.ax/resend"
export default automation("Delete contact property", () => {
resend.deleteContactProperty({ propertyId: "property_123" })
})
{ account } selects the Resend account binding.