---
title: "Delete Folder"
method: DELETE
path: "/api/v1/folders/{folder_id}"
tags: ["folders"]
---

# Delete Folder

`DELETE /api/v1/folders/{folder_id}`

Tombstone a folder subtree and return the exact rows it stamped.

## Path parameters

- `folder_id` string, uuid, required

## Response `200`

Successful Response

- DeleteFolderResponse
  - `folder_ids` string[], required
  - `condition_ids` string[], required
  - `stamped_measurement_ids` string[], required
  - `stamped_multiplier_ids` string[], required
  - `affected_page_ids` string[], required

## Other responses

- `4XX` — Client Error
- `5XX` — Server Error

---

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