Delete all shifts on a specific date
DELETE
/api/timesheets/date/{date}
shifts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/timesheets/date/' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeId": "emp_001",
"utcOffset": -240
}'
Response Response Example
200 - Success
Shifts for employee ID emp_001 on 2023-10-27 deleted successfully.
Request
Path Params
date
string <date>
required
Example:
2023-10-27
Body Params application/json