Skip to main content
DELETE
/
time-entries
/
{id}
Delete a time entry
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/time-entries/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 400,
  "message": "This time entry cannot be deleted."
}
A record of time logged by a member against a project or time off type.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The time entry uuid

Response

204