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

# Delete folder

> Delete a folder

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}
  { "message": "Folder deleted successfully" }
  ```

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