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

# Restore Folder

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

Moves a trashed folder and all of its contents back to their original pre-trash locations.

## Path parameters

- `id` number, required

## Response `204`

No Content when the folder is successfully moved out of the trash or is already not in the trash.

## 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/versions/6a32cb9e1aa7/schema)
