---
title: "Move Note"
method: POST
path: "/v2/collections/{source_collection_id}/notes/{note_id}/move"
tags: ["external", "external-v2"]
---

# Move Note

`POST /v2/collections/{source_collection_id}/notes/{note_id}/move`

Move a note from one collection to another collection.
This operation adds the note to the target collection, then removes it from the source collection.
It does not modify note or collection content.

## Path parameters

- `source_collection_id` string, uuid, required — UUID of the collection that currently contains the note. Caller must be able to remove the note from this collection.
- `note_id` string, uuid, required — UUID of the note to move. Use an ID returned by create/list/search.

## Request body

- MoveNoteRequestSchema
  - `target_collection_id` string, uuid, required — UUID of the collection that should receive the note. The caller must be able to add the note to this collection.

## Response `200`

OK

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

---

[API](https://skmtc.dev/mem/apis/mem-api.md) · [All operations](https://skmtc.dev/mem/apis/mem-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mem/mem-api/revisions/ad6ae6f42a8f/schema)
