DELETE
/
api
/
v3
/
timeentries
curl --request DELETE \
  --url https://{host}/api/v3/timeentries \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "id": 552586
  }
]'
This response does not have an example.

Headers

Authorization
string
required

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

Body

application/json · object[]
id
integer
required

Unique identifiers of the TimeEntries to delete.

Required range: x >= 0

Response

200

OK