v1
latestOpenAPI 3.0.02026-08-061478520.6 KB[v3] Time Entry
Delete time entry
Delete a time entry by id.
delete/v3/time-entries/{id}
Path parameters
idinteger required
Example:123
Time entry id.
Query parameters
sourcestring
Example:report_detailed
Optional UI source for analytics context.
elementstring
Example:tracked_time
Optional UI element for analytics context.
Headers
Acceptstring
Example:application/json
Tc-servicestring
Example:tc_web
Optional service name used for activity and analytics context.
Response
Time entry deleted successfully
Example response
{
"message": "removed"
}