v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Pay Rates:v1:Pay Rates:v1:PayRates

Delete pay rate

Deletes a specific pay rate entry for a user. The pay rate is identified by the user ID and effective date. This operation cannot be undone. The system validates that the effective date does not affect any approved or locked timesheet days. If the user has any approved or locked days on or after this effective date, the delete request will fail with error code HAS_LOCKED_DAYS. You cannot delete pay rates that are currently being used for finalized payroll calculations. Additionally, at least one pay rate must remain for each user (if required by company policy).

delete/pay-rates/v1/pay-rates/users/{userId}/{effectiveDate}

Path parameters

userIdinteger required

The ID of the user

The ID of the user

effectiveDatestring required

The effective date of the pay rate (format: YYYY-MM-DD)

The effective date of the pay rate (format: YYYY-MM-DD)

Response

Successful Response

requestIdstring