deleteEmployee

public abstract void deleteEmployee(String id, ResultStatus resultStatus)

Delete an existing employee. Device must have network connectivity to succeed. Check result status to ensure the call succeeded.

Required Clover permission:

EMPLOYEES_W

Throws