Marks a timesheet as deleted and cancels scheduled events
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
timesheetUuid
- uuid
required
Timesheet unique identifier
``200 Successfully marked timesheet as deleted
``400 default error response
``500 default error response
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request POST \
--url https://services.fountain.com/api/serviceattendance/processes/timesheets/markDeleted \
--header 'accept: application/json' \
--header 'content-type: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200400``500