Delete a user
The method deleteUser deletes the user entered for the call up in JobRouter.
In case the request is successful, it returns the boolean value true.
In case the requested user does not exist, an error message will be returned.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
userName |
Username |
Return value: bool; true, if the user was deleted successfully, otherwise false