---
title: "Detach Note from Folder"
method: DELETE
path: "/v1/external/folders/{folderId}/notes/{noteGuid}"
tags: ["Folder"]
---

# Detach Note from Folder

`DELETE /v1/external/folders/{folderId}/notes/{noteGuid}`

Remove a note from the folder. This does not delete the note itself.
Requires edit access to the folder.

## Path parameters

- `folderId` string, required
- `noteGuid` string, required

## Response `204`

Note detached

## Other responses

- `401` — Unauthorized — missing API key, or a team-only key was used
- `403` — Forbidden — no edit access to this folder
- `404` — Folder or note not found, or the note is not attached to this folder

---

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