delete_store_customer
Permanently delete a customer from a store, removing their link to purchase data without affecting their audience membership.
Instructions
Permanently delete a customer from a store.
This cannot be undone and removes the customer's link to their store purchase data. It does not remove them from the connected audience.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: store_id: E-commerce store ID. customer_id: Customer ID to delete. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON confirming deletion (empty body on success).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes | ||
| customer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |