API Docs / Operations / Time Tracking / Delete Time Pay Run

Delete Time Pay Run

DELETE /tenants/{tenant}/time-entries/pay-runs/{code}

Deletes a pay run and un-pays its time entries — they keep their payment approval and become available to pay again. Use this to undo a payment recorded by mistake.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

204 No Content
401 Unauthorized – Invalid or missing API key
403 Forbidden
404 Not Found

Try it