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

# Delete Folder

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

Delete a folder. The folder must have no subfolders — delete or move its
children first. Requires edit access.

This action is irreversible.

## Path parameters

- `folderId` string, required

## Response `204`

Folder deleted

## Other responses

- `401` — Unauthorized — missing API key, or a team-only key was used
- `403` — Forbidden — no edit access to this folder
- `404` — Folder not found
- `422` — Unprocessable — the folder still has subfolders; delete or move them first

---

[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)
