---
title: "Delete Folder"
method: DELETE
path: "/api/v1/folders/{folder_id}"
tags: ["Folders"]
---

# Delete Folder

`DELETE /api/v1/folders/{folder_id}`

Delete a folder. Projects in the folder will be moved out of it.

## Path parameters

- `folder_id` integer, required — ID of the folder to delete.

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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