Skip to main content
DELETE
/
api
/
v3
/
timeentries
/
{timeEntryId}
Delete a time-entry by id
curl --request DELETE \
  --url https://{host}/api/v3/timeentries/{timeEntryId} \
  --header 'Authorization: <authorization>'
This response does not have an example.

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

timeEntryId
integer
required

Identifier of the time-entry.

Response

OK

I