v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAttendance > EditTimesheetRequest
Deletes an Edit timesheet request
Deletes an edit timesheet.
delete/api/2026-07-01/resources/attendance/edit_timesheet_requests/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": "1",
"request_type": "create_shift",
"employee_id": "1",
"workable": true,
"clock_in": "08:30:15",
"clock_out": "10:30:00",
"location_type": "office",
"reason": "Looks good!",
"attendance_shift_id": "1",
"time_settings_break_configuration_id": "1",
"observations": "Employee arrived late due to traffic",
"date": "2023-10-01",
"reference_date": "2023-09-30"
}