Headers
API key. Value must be formatted like so: lucca application={api_key}
.
Body
application/json · object[]
Unique identifiers of the time-entries to delete.
Required range:
x >= 0
Response
OK
Delete one or several time-entries. Deletion is irrevocable.
The “id” field of each time-entry must be sent and correspond to existing time-entries.
A single request can delete time-entries for several different owners.
It actually doest not delete entirely the object, but rather sets the “archivedAt” field to the current DateTime.
Read more about the time-entry object and any validation error that you might encounter when using this API.
There are different ways to update time-entries. Please see this guide on how to update time-entries
the right way depending on your use case.
API key. Value must be formatted like so: lucca application={api_key}
.
Unique identifiers of the time-entries to delete.
x >= 0
OK