delete_customer
Remove a customer by UUID or via external system reference. Deletion by external reference that matches nothing still succeeds.
Instructions
Delete a customer, addressed either by ID or by its external reference.
Pass customer_id, or pass both external_source and external_id for a customer synced from an external system. Deleting by an external reference that matches nothing succeeds silently.
Args: customer_id: UUID of the customer external_source: External system the customer came from external_id: The customer's ID in that external system
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | ||
| external_id | No | ||
| external_source | No |