---
title: "Delete Note"
method: DELETE
path: "/v2/notes/{note_id}"
tags: ["external", "external-v2"]
---

# Delete Note

`DELETE /v2/notes/{note_id}`

Permanently delete a note.
Hard-deleted notes cannot be restored.
For recoverable removal, use `POST /v2/notes/{note_id}/trash`.

## Path parameters

- `note_id` string, uuid, required — UUID of the note to permanently delete. Use an ID returned by create/list/search. The caller must be able to edit this note.

## Response `200`

OK

- DeleteNoteResponseSchema
  - `request_id` string, required — Identifier for this API request. Useful for tracing and support.

---

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