API Docs / Operations / Time Tracking / Undo Time Entry Write-off

Undo Time Entry Write-off

DELETE /tenants/{tenant}/time-entries/{code}/allocations/{allocationCode}

Deletes a pure write-off allocation (one with no billing line behind it) and hands the WIP back to the entry. A billed allocation is reversed by deleting its billing line item instead.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
allocationCode* path string

Responses

204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it