---
title: "Delete a note"
method: DELETE
path: "/v1/notes/{id}"
tags: ["Note"]
---

# Delete a note

`DELETE /v1/notes/{id}`

Permanently removes a note and its associated data (including attachments) from the system. This action cannot be undone. Only the note owner or users with project manager/owner roles can delete notes. The deletion is a soft delete that marks the note as deleted rather than physically removing it.

## Path parameters

- `id` string, required

## Response `200`

Note successfully deleted

## Other responses

- `401` — Authentication required - User is not authorized to delete this note
- `404` — Note not found or user doesn't have permission to delete it

---

[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)
