Delete a specific shift
DELETE
/api/timesheets/{id}
shifts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/api/timesheets/' \
--header 'Content-Type: application/json' \
--data-raw '{
"txId": "tx_12345"
}'
Response Response Example
200 - Success
{
"message": "Shift ID shift_001 deleted successfully."
}
Request
Path Params
id
string
required
Example:
shift_001
Body Params application/json