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

# Trash Note

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

Soft-delete a note by moving it to trash.
Trashed notes can be restored via `POST /v2/notes/{note_id}/restore`.
For irreversible deletion, use `DELETE /v2/notes/{note_id}`.

## Path parameters

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

## Response `200`

OK

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