create(\Magento\Theme\Model\Theme::class); $theme->load('Magento/zoom1', 'theme_path'); $theme->delete(); $theme = $objectManager->create(\Magento\Theme\Model\Theme::class); $theme->load('Magento/zoom2', 'theme_path'); $theme->delete(); $theme = $objectManager->create(\Magento\Theme\Model\Theme::class); $theme->load('Magento/zoom3', 'theme_path'); $theme->delete();