Delete User
Node Card
Category: User Management Nodes
Success message: User deleted successfully.
Typical position: After a confirmation step in an account-deletion flow, before a Success Final node.
Properties
Outputs & Errors
| Property | Type | Default | Description |
|---|---|---|---|
| Error Handling | custommultiselect | All errors set to automatic | Lets you override the default message shown to users for each error code. Setting a custom message activates that error code as a named output edge on the canvas. |
| Output / Code | Condition | Default message |
|---|---|---|
true | User account deleted successfully | NA |
false | Deletion failed (catch-all for unhandled errors) | NA |
4007 | The user account was not found | User does not exist |
tip
Error edges only appear on the canvas when you explicitly select them in the Error Handling property. An unselected error code falls through to the false output.
Use this node in account-deletion flows after the user has confirmed their intent. This action is irreversible: ensure a confirmation Web Page node precedes it to prevent accidental deletions.