Time 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.
Changes
No recorded changes to this endpoint across all 1 revision of this API.