/time-tracking/employees/:id/time-entries/:uuid
Archives a time entry (soft-delete). Returns 204 No Content on success. Supports both user and account tokens. Required scope: w_time_tracking.
delete/time-tracking/employees/{key}/time-entries/{uuid}
Path parameters
keystring required
SPI key of the employee
uuidstring required
UUID of the time entry to archive
Response
204 - No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.