Time Tracking
Public API
Delete Timesheet Hour Entries
Deletes one or more timesheet hour 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/hour_entries/delete
Request body
Example request
{
"hourEntryIds": [
100,
101,
102
]
}Response
Entries deleted successfully. No content returned.
Changes
No recorded changes to this endpoint across all 1 revision of this API.