---
title: "Remove document"
method: DELETE
path: "/v1/documents/{id}"
tags: ["Document"]
---

# Remove document

`DELETE /v1/documents/{id}`

Permanently deletes a document by its unique identifier. This operation also removes all associated document-task, document-expense, and document-note relationships.

## Path parameters

- `id` string, required

## Response `200`

Document successfully deleted

## Other responses

- `400` — Document not found
- `401` — Not authorized to delete this document

---

[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/versions/fbe59bacb638/schema)
