---
title: "Restore Note"
method: POST
path: "/v2/notes/{note_id}/restore"
tags: ["external", "external-v2"]
---

# Restore Note

`POST /v2/notes/{note_id}/restore`

Restore a previously trashed note to the active note set.
This only reverses soft-delete lifecycle state.
Notes permanently deleted via `DELETE /v2/notes/{note_id}` cannot be restored.

## Path parameters

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

## Response `200`

OK

- RestoreNoteResponseSchema
  - `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)
