Hello,
We are trying to manage changing attachments on a feature layer on ArcGIS Online using FME. We can successfully read, compare, and add attachments using a combination of HTTP Callers and Python Callers. However, we are having difficulties deleting attachments that are no longer relevant. The easy solution would be to delete the entire record but we are trying to avoid that.
Has anyone had success at using the deleteAttachments POST request outlined in the ESRI’s api guide.
https://developers.arcgis.com/rest/services-reference/enterprise/delete-attachments/
Or has anyone found another way of managing attachments?
Thanks,