Skip to main content

Function: deleteTimeEntryById()

deleteTimeEntryById(entryId): Promise<TimeApprovalState>

Defined in: src/server/actions/timeApproval.ts:163

Owner-only: delete a single non-locked time entry by id (per-row delete on the Time & Activity page).

Parameters

entryId

string

Returns

Promise<TimeApprovalState>