resend.deleteTopic delete a Resend subscription topic.
automations/resend-deleteTopic.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 subscription topic.
resend.deleteTopic delete a Resend subscription topic.
import { automation } from "automate.ax"
import { resend } from "automate.ax/resend"
export default automation("Delete topic", () => {
resend.deleteTopic({ topicId: "topic_123" })
})
{ account } selects the Resend account binding.