Is there a quick way to delete rows (records)

438
2
12-06-2022 08:41 AM
Labels (2)
sr_guy
by
New Contributor III

I downloaded the Electric Retail Service Territories map layer from here:

https://hifld-geoplatform.opendata.arcgis.com/datasets/electric-retail-service-territories-2/explore...

I uploaded it to my arcgis account so that I could explicitly edit the website links of the power company data to point to power company outage maps. My dept uses this to quickly find power companies and their outage maps easily.

https://goxy6tp7jwpmsb3v.maps.arcgis.com/apps/instant/nearby/index.html?appid=a863f7bae066480eb5999b...

I want to delete a large count of map database records for city and towns that really are irrelevant. The only method I've found with astandard arcgis developer account is to open the map with "full editing" and removing one by one on the map. I would like to just remove multiple records at a time. There are literally several thousand records attached to this map, so removing one by one directly from the map is very time consuming. Is there a method/way to remove multiple records at a time? Or am I out of luck?

 

sr_guy_0-1642692489862.png

 

0 Kudos
2 Replies
jcarlson
MVP Esteemed Contributor

If you go to the service URL and find the deleteFeatures page (it will look something like .../FeatureServer/0/deleteFeatures) you can use a "where" statement or give it a list of objectIDs to delete features in bulk.

- Josh Carlson
Kendall County GIS
0 Kudos
AlfredBaldenweck
MVP Regular Contributor

Alternatively, if you open it in Pro (add it to a map), you should be able to mass-edit there.

0 Kudos