Delete User node
The Delete User node deletes a user from IO based on the configured identification criteria.
This node is available in: Authentication, Admin, Self Service, API, Consent, Library, Custom, User Defined
User binding configurations
This section allows you to configure how the user is identified.
Username
You can bind the user either by username or by a specific attribute. The corresponding value must be specified (e.g. {{form.username}}).
An additional Ignore case option is available.
Default output node
- Success
- User not found
- Failure
JSON metadata
{
"name": "delete_user",
"active": true,
"bundleName": "am-users-nodes",
"bundleVersion": "1.0",
"nodeName": "DeleteUser",
"category": "user_management",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Delete User"
}, {
"lang": "it",
"value": "Delete User"
}
],
"index": 13,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "UserNotFound",
"level": "warning"
}, {
"name": "Failure",
"level": "error"
}
]
}