Delete a JobFunction allocation of a user
The method removeJobFunctionFromUser deletes the allocation between the entered Job Function and user.
In case the request is successful, it returns the boolean value true.
In case the requested user or Job Function does not exist, an error message will be returned. An error message will also be returned when you try to delete a synchronized Job Function or in case the user does not belong to this Job Function.
Method reference
Return value: bool; true, if the Job Function allocation was deleted successfully, otherwise false