---
title: "Remove Note From Collection"
method: DELETE
path: "/v2/collections/{collection_id}/notes/{note_id}"
tags: ["external", "external-v2"]
---

# Remove Note From Collection

`DELETE /v2/collections/{collection_id}/notes/{note_id}`

Remove a note from a collection while keeping both resources.
This operation only removes the membership link between IDs.
Use note/collection deletion endpoints to remove resources.

## Path parameters

- `collection_id` string, uuid, required — UUID of the collection to unlink. Use an ID returned by create/list/search. Caller must be able to edit the note or contribute to the collection.
- `note_id` string, uuid, required — UUID of the note to unlink. Use an ID returned by create/list/search. Caller must be able to edit the note or contribute to the collection.

## Response `200`

OK

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