v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Public API
Hours

Delete Hour Record

Deletes an hour record by timeTrackingId (id path parameter). This removes all stored revisions associated with that logical time tracking record. Not-found and invalid-id cases are currently returned as a 400 invalid-argument response for backward compatibility.

OAuth Scopes: time_tracking.write

delete/api/v1/timetracking/delete/{id}

Path parameters

idstring required

The time tracking id is the id that was used to track the record up to 36 characters in length. (i.e. UUID).

Response

Record removed.

statusstring

Status of the delete operation

messagestring

Response message indicating the result of the operation

Example response

{
  "status": "success",
  "message": "Record removed"
}