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)<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>thanks