employee_Qualification.deleteQualification(String empId, int qualificationId)
The employee_Qualification.deleteQualification(String empId, int qualificationId) method allows you to delete a qualification of an employee from the system.
Arguments
- empId : String type mandatory argument that stores the employee id of the employee.
- qualificationId: Integer type mandatory argument that stores the qualification id.
Returns
Success output if the operation succeeded. An exception if an error is encountered
Errors
- Unauthorized Access: If access is not allowed to the employee whose apiKey is passedIn
- Invalidqualification: If qualification id is invalid or does not map to the employee.
Methods
Click on each of these links to know more about them: