Delete user profiles
The method deleteUserProfile deletes the entered user profile in JobRouter.
In case the request is successful, it returns the boolean value true.
In case the requested user profile does not exist, an error message will be returned.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
profileId |
User profile ID |
Return value: bool; true, if the user profile was deleted successfully, otherwise false