cURL
curl --request DELETE \ --url https://www.ruddr.io/api/workspace/timesheets/{id} \ --header 'Authorization: Bearer <token>'
{ "status": 400, "message": "Parameter 'id' is not a valid UUID." }
Deletes a timesheet. Time entries that were pending approval are reverted to their pre-submission state.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
204