delete_verified_domain
Permanently delete a verified sending domain from your Mailchimp account. Use after listing domains to find the domain to delete.
Instructions
Delete a verified sending domain from the account permanently.
Irreversible. After deletion the domain can no longer be used as a sending address until re-verified. Use list_verified_domains to find domain names first.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: domain_name: The sending domain to delete (e.g. 'mail.example.com'). Obtain from list_verified_domains. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with status ("deleted"), domain_name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| domain_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |