delete_store_customer
Remove a customer from an e-commerce store by deleting their record and purchase link, 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.
Args: store_id: E-commerce store ID. customer_id: Customer ID to delete.
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 |