DELETE
/
api
/
v3
/
timeentries
curl --request DELETE \
  --url https://{account}-{sandboxName}.sandbox.{server}.luccasoftware.com/api/v3/timeentries \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "id": 552586
  }
]'
This response has no body data.

Body

application/json · object[]
id
integer
required

Unique identifiers of the TimeEntries to delete.

Required range: x > 0