Skip to main content
DELETE
/
api
/
v3
/
timeentries
Delete multiple time-entries
curl --request DELETE \
  --url https://{host}/api/v3/timeentries \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "id": 1
  }
]
'
{}

Headers

Authorization
string
required

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

Body

application/json
id
integer
required

Unique identifiers of the time-entries to delete.

Required range: x >= 0

Response

OK