Actions17
Overview
This node deletes a user from the system by specifying the username. It is useful in scenarios where user accounts need to be removed, such as managing access control or cleaning up inactive users. For example, an administrator can automate the removal of a user by providing the username to this node.
Properties
| Name | Meaning |
|---|---|
| Username | The username of the user account to be deleted, required to identify which user to remove |
Output
JSON
success- Indicates whether the user deletion was successfulmessage- Additional information or error message related to the deletion operation
Dependencies
- Requires an API key or authentication token to access the user management API endpoint for deleting users.
Troubleshooting
- If the username does not exist, the node may return an error indicating user not found; verify the username is correct.
- Authentication errors may occur if API credentials are missing or invalid; ensure proper credentials are configured.
- Network or API endpoint issues can cause failures; check connectivity and API availability.