cURL
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." }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The time entry uuid
uuid
204