Delete a customer
delete_customerPermanently remove a customer from a multi-customer dashboard, along with all of their logins. They lose access immediately. Calling this without confirm returns a preview. This cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set to true only after the user has seen what will be deleted and explicitly agreed. Calling without it returns a preview instead of deleting. | |
| confirmName | No | The exact current name of the item being deleted, copied from the preview. Required alongside confirm. | |
| dashboardId | Yes | Dashboard id. | |
| customerRecordId | Yes | The customer's id from list_customers. |