v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBTimesheets
Discard Your Approval Request
Retract the caller's previously submitted approval request for a week. The week returns to draft state.
put/timesheets/{timesheet_id}/discard-approval
Path parameters
timesheet_idnumber required
Example:148562535
Timesheet ID
Request body
Example request
{
"comment": "some text",
"reviewer": 14854
}Response
OK
Example response
{
"id": 148562535,
"user": 14856,
"weekId": 2535,
"reviewer": 14854,
"history": [
{
"action": "submitted",
"days": {
"monday": true,
"tuesday": true,
"wednesday": true,
"thursday": true,
"friday": true
},
"user": 2535,
"comment": "some text",
"createdAt": "2025-08-05 16:17:14"
}
]
}