---
title: "Marks a timesheet as deleted and cancels scheduled events"
method: POST
path: "/api/serviceattendance/processes/timesheets/markDeleted"
tags: ["timesheets"]
---

# Marks a timesheet as deleted and cancels scheduled events

`POST /api/serviceattendance/processes/timesheets/markDeleted`

## Request body

- object
  - `timesheetUuid` string, uuid, required — Timesheet unique identifier

## Response `200`

Successfully marked timesheet as deleted

- object
  - `data` object
    - `message` string
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

## Other responses

- `400` — default error response
- `500` — default error response

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/versions/5f406c0e9462/schema)
