remove_automation_subscriber
Removes a subscriber from a classic Mailchimp automation workflow, permanently stopping all future emails to that address.
Instructions
Remove a subscriber from a classic automation workflow.
Permanently removes a subscriber from the specified automation workflow so they receive no further emails. This action cannot be undone through the API.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: workflow_id: The unique id of the classic automation workflow. email_address: The email address of the subscriber to remove. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON confirming the removed subscriber.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| workflow_id | Yes | ||
| email_address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |