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
- 204
- 404
- 422
Successful Response
Not found
Validation Error