Path parameters
-
timesheetId
string Required The timesheet unique document ID, i.e.
timesheet._id
.
Query parameters
-
notify
string If set to
0
orfalse
, then all notifications associated with this operation will be disabled. This includes push notifications, emails and asynchronous UI updates. Useful for bulk operations.
DELETE
/timesheets/{timesheetId}
curl \
--request DELETE 'https://open.api.missionx.ai/v1/timesheets/{timesheetId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (400)
{
"message": "string",
"code": "string",
"data": {}
}
Response examples (500)
{
"message": "string",
"code": "string",
"data": {}
}