Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > User profile management

deleteUserProfile

Scroll Prev Top Next More

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

int

User profile ID

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