Skip to main content

Delete Folder

DELETE 

/api/agents/folders/:folder_id

Delete a folder (soft delete).

Args: folder_id: Folder ID cascade: If True, also delete contents web_context: Current authenticated user db_config: Database configuration

Raises: HTTPException: If folder not found or deletion fails

Request

Responses

Successful Response