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.
API key. Value must be formatted like so: lucca application={api_key}
.
The body is of type object[]
.
OK