I have a feature in a featureclass that sits in an SDE. The feature has a null Shape_Area and it seems i therefore cannot delete it..
I have tried the following with no success:
- ArcPro - Delete in attribute table as per a normal feature

- ArcPro - Geoprocessing Tool 'Delete Features' - ArcPro literally crashes!
- ArcPro - Replace Geometry Geoprocessing Tool

- FME to filter out the individual record and delete via a writer (FME fails as soon as it hits this record, and provides this standard error 'ArcGIS Portal Feature Service Reader: Encountered an unexpected error. The error code from the server was '500' and the message was: 'Error performing query operation'. Details: '')
Does anyone know how I could delete this feature? Ideally using FME or ArcPro. It's causing problems in some of our other processes so we need to find a way to do it.