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

# Delete Folder

> Deletes a specific folder for the authenticated user. The folder must be empty to be deleted.

### Headers

<ParamField header="authorization" type="string" required>
  Your API key for authentication.
</ParamField>

### Path Parameters

<ParamField path="folder_id" type="string" required>
  The ID of the folder to delete.
</ParamField>

### Response

<ResponseField name="folder_id" type="string">
  The ID of the deleted folder.
</ResponseField>

<ResponseExample>
  ```json Response theme={null}
  {
    "folder_id": "deleted_folder_123"
  }
  ```
</ResponseExample>

***

Docs for agents: [llms.txt](/llms.txt)
