{yourDomain}
, eg: “https://myawesomecompany.ilucca.net”.{apiKey}
that has TimeEntries editing rights to the given owners./api/v3/timeentries
endpoint. Its API reference can be found here.
In order to isolate the TimeEntries that need to be deleted, the most common filters are:
?ownerId=1,2,...
: filter on the user(s).?startsAt=between,2022-01-01,2022-O2-01
: filter on the TimeEntry date.?unit=0,1,2
: filter on the TimeEntry unit.timesheetId
of the returned TimeEntries is not null, then it
belongs to a submitted timesheet and cannot be deleted as long as said
timesheet is not rejected./api/v3/timeentries
endpoint. The array of TimeEntries to delete must be passed in the request body.
Please refer to the API reference.