v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBTime Tracking
Public API
Delete Timesheet Clock Entries
Deletes one or more timesheet clock entries by their IDs. Delete operations are idempotent; deleting already-removed entries does not require client retries.
OAuth Scopes: time_tracking.write
post/api/v1/time_tracking/clock_entries/delete
Request body
Example request
{
"clockEntryIds": [
10,
11,
12
]
}Response
Entries deleted successfully. No content returned.