DELETE
/
api
/
v3
/
timeentries
/
{timeEntryId}
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 TimeEntry.

Response

200

OK