Time-entries
Delete a TimeEntry by id
Delete a TimeEntry. Deletion is irrevocable.
The “id” field must be set and correspond to an existing TimeEntry.
It actually doest not delete entirely the object, but rather sets the “archivedAt” field to the current DateTime.
Please refer to the TimeEntry API reference for additional information on the TimeEntry object, and any validation error that you might encounter when using this API.
There are different ways to update TimeEntries. Please see this guide on how to update TimeEntries the right way depending on your use case.
DELETE
/
api
/
v3
/
timeentries
/
{timeEntryId}
Path Parameters
timeEntryId
integer
requiredIdentifier of the TimeEntry.
Was this page helpful?