I want to use Python to remove the pop-ups from the layer as default in ArcGIS online. Finally they are 3 layers in the feature server and one of them should be turn off.
I think it's possible with one of this elements:
doc = DOM.parse(sddraft)
key = doc.getElementsByTagName('*')
for i in key:
???
How can I do it?
Thanks a lot
Dirk
Edit:
I work with version 10.8.1