Exclude an employee from payrun

Is it possible to exclude an employee from a created pay run through the API?

Hi minanorth, If you construct a DELETE request in the below format, that should exclude an employee from a PayRun for you.

api/v2/business/{businessId:int}/payrun/{payRunId:int}/employee/{employeeId:int}