Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > User management

deleteUser

Scroll Prev Top Next More

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

string

Username

Return value: bool; true, if the user was deleted successfully, otherwise false