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[]

The body is of type object[].

Response

200

OK