I am spatial joining a feature class (SDE) with a hosted feature layer (AGOL).
After the spatial join has been completed, I want to delete the features from the layer in AGOL that were joined.
How would I select the features that were joined and delete only those?
perform a spatial join (where the geometry of the 2 layers is the exact same) and then use the Delete Rows GP tool?