> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ouraicalling.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Folder

> Delete a folder

<Warning>
  **Famulor 1.0 API (legacy).** This page applies only to Famulor 1.0 (`app.famulor.de`) and is retained for legacy compatibility. For the current platform, use the [Famulor 2.0 API reference](/api-reference/introduction).
</Warning>

Delete a folder. Assistants that were in the folder are **not** deleted — they simply become uncategorized.

### Path Parameters

<ParamField path="id" type="integer" required>
  The folder ID. Must belong to your account.
</ParamField>

<ResponseExample>
  ```json 200 Success Response theme={null} theme={null}
  { "message": "Folder deleted successfully" }
  ```

  ```json 404 Not Found theme={null} theme={null}
  { "message": "Folder not found" }
  ```
</ResponseExample>
