Hi i'm using item.delete there is no error but item is still there.
does anyone know how to accomplish that ?
from arcgis.gis import GIS
gisAgolCon = GIS('https://Url',usernasme,pw)
token = gisAgolCon._con.token
delItem=gisAgolCon.content.get('gchghjgkgkkg5658hlhjlkhjl')
delItem.delete(force=True,dry_run=True)
thanks
hi,
well it is my mistake
it needs to run without the "dry_run=True"
delItem.delete()