latestOpenAPI 3.0.02026-08-1414712532.5 KB
9bdc11bd523f
[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"
}