---
title: "Delete a folder"
method: DELETE
path: "/workspaces/{workspaceId}/folders/{id}"
---

# Delete a folder

`DELETE /workspaces/{workspaceId}/folders/{id}`

Deletes a folder and its entire subtree by its ID, moving any contained forms to trash. Requires a Pro subscription.

## Path parameters

- `workspaceId` string, required
- `id` string, required

## Response `204`

Folder deleted successfully

## Other responses

- `401` — Unauthorized
- `404` — Folder not found

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/versions/3ae813325ad6/schema)
