Time-entries
Delete multiple TimeEntries
Delete one or several TimeEntries. Deletion is irrevocable.
The “id” field of each TimeEntry must be sent and correspond to existing TimeEntries.
A single request can delete TimeEntries for several different owners.
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
Body
application/json · object[]
Unique identifiers of the TimeEntries to delete.
Required range:
x > 0
Was this page helpful?