---
title: "Remove pause"
method: DELETE
path: "/v1/pauses/{id}"
tags: ["Pause"]
---

# Remove pause

`DELETE /v1/pauses/{id}`

Deletes a pause record. This is typically a soft delete that marks the pause as deleted rather than removing it from the database.

## Path parameters

- `id` string, required

## Response `200`

Pause successfully deleted.

## Other responses

- `401` — Unauthorized. Authentication is required to access this resource.
- `403` — Forbidden. User does not have permission to delete this pause.
- `404` — Not found. The specified pause does not exist or is not accessible.

---

[API](https://skmtc.net/timesheet/apis/timesheet-api.md) · [All operations](https://skmtc.net/timesheet/apis/timesheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timesheet/timesheet-api/revisions/fbe59bacb638/schema)
