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

# Delete note

`DELETE /notes/{id}`

Soft-delete a note.

## Path parameters

- `id` string, uuid, required

## Response `204`

Note deleted.

## Other responses

- `404` — Note not found.

---

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