Time tracking
Delete a time entry
Soft-deletes a time entry by stamping deleted_at. Locked entries return 409.
DELETE
Soft-delete a time entry
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".
Time Entry ID (client-supplied ULID).
Response
Time entry soft-deleted
Previous
Get active timerReturns the active timer for the authenticated user. If no timer is currently running, returns 200 with no active_timer.
Next
Soft-delete a time entry