---
title: "Delete a folder"
method: DELETE
path: "/folders/{id}"
tags: ["Folders"]
---

# Delete a folder

`DELETE /folders/{id}`

Deletes the folder. Its media is NOT deleted - files move to the root ("All media"), and any subfolders move up to this folder's parent.

## Path parameters

- `id` string, required

## Response `204`

Folder deleted

## Other responses

- `404` — Folder not found

---

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