Employee_Dependent.deleteDependent(String empId,int dependentId)
The Employee_Dependent.deleteDependent(String empId,int dependentId) method allows you to delete a dependent from the system.
Arguments
- empId : String type mandatory argument that stores the employee id of the associated beneficiary.
- dependentId: Integer type mandatory argument that stores the dependent 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
- InvalidEmp: If employee id is invalid or update access is not allowed to employee / dependent record for the current user
- InvalidDependent: If the dependent ID is invalid or does not map to the employee.
Object Methods
Click on each of these links to know more about them: