Bug
Bug ID Number | BUG-000149692 |
---|---|
Submitted | June 2, 2022 |
Last Modified | June 5, 2024 |
Applies to | ArcGIS Online |
Version found | 10.1 |
Operating System | Windows OS |
Operating System Version | 10.0 64 Bit |
Version Fixed | 2023.R01 |
Status | Fixed |
Use the following Python script to delete the folder:
from arcgis.gis import GIS
import os
import shutil
gis = GIS("home")
shutil.rmtree(r"/arcgis/home/Folder_Name")
Note: For 'Folder_Name', paste the name of the ArcGIS Notebook folder that must be removed.
Bug ID: BUG-000149692
Software:
Get help from ArcGIS experts
Download the Esri Support App