---
title: "Dissolve a folder"
method: DELETE
path: "/api/notebooks/{notebook}/folders/{folder}"
tags: ["notebook-controller"]
---

# Dissolve a folder

`DELETE /api/notebooks/{notebook}/folders/{folder}`

Removes the folder row. Direct notes and subfolders are promoted to the dissolved folder's parent (or notebook root). Deeper descendants stay under the promoted subfolder. When merge=true, clashing promoted subfolders are merged into the existing same-name sibling instead of returning 409.

## Path parameters

- `notebook` integer, required
- `folder` integer, required

## Query parameters

- `merge` boolean

## Response `200`

OK

---

[API](https://skmtc.net/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.net/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/versions/8597ffe92eda/schema)
