brevo.deleteDomain permanently delete a Brevo sending domain.
Example
Inputs
domainName identifies the configured sending domain. The second argument can select { account }.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently delete a Brevo sending domain.
brevo.deleteDomain permanently delete a Brevo sending domain.
import { automation, onDashboardRun } from "automate.ax"
import { brevo } from "automate.ax/brevo"
export default automation("Delete sending domain", () => {
onDashboardRun({ title: "Delete sending domain" })
brevo.deleteDomain({ domainName: "mail.example.com" })
})
domainName identifies the configured sending domain. The second argument can select { account }.