---
title: "Trash Folder"
method: POST
path: "/v1/folders/{id}/trash"
tags: ["Folders"]
---

# Trash Folder

`POST /v1/folders/{id}/trash`

Moves the given folder and all of its contents into the trash.

## Path parameters

- `id` number, required

## Response `204`

No Content when the folder is successfully moved into the trash or is already trashed.

## Other responses

- `403` — Forbidden if the app making the request does not have permission to the folder, or if the folder has been deleted or does not exist.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
