Delete a customer login
delete_customer_userPermanently remove one login from a customer. They can no longer sign in. Calling this without confirm returns a preview. The customer itself and their data access rule remain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | The login's id. | |
| 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. |