rembrembdocs

Documentation Index

Fetch the complete documentation index at: https://resend.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

This step removes the contact that triggered the Automation from its Audience. Once deleted, the contact will no longer receive emails from that audience and any remaining steps in the Automation run are skipped. Common use cases:

[​

](#how-it-works)

How it works

Using the dashboard

Include the Delete contact step to your Automation.Automation Contact DeleteNo configuration required. It is ready as soon as you add it.

Using the API

Add a contact_delete step to your Automation’s steps array.

The config object is empty, so no additional fields are required.

Deleting a contact is permanent. The contact and all of its properties are removed from the audience. If the contact needs to be re-added later, it must be created again.

[​

](#configuration)

Configuration

Example

{
  "key": "remove_contact",
  "type": "contact_delete",
  "config": {}
}