Hello everyone,
in Arcgis Online we have a feature layer produced by a very simple survey form that contains around 300 points with a thousand photographic attachments. From the properties of the layer we obtain the size of approximately 36 MB for the point data and approximately 1 GB for the photographic attachments.
Having the need to save storage credits, we proceeded to empty the layer by deleting all the records ("delete feature" function from the REST API), we also activated the "TRUNCATE" function (again from the REST API) and therefore now the layer is completely empty (apparently). In fact, by doing a query the feature layer returns zero records and zero attachments.
However, after a few days, the space has not been freed and is still 36 MB + 1 GB of attachments, consuming the same number of credits as before.
How can we proceed to free up storage space and consequently reduce credit consumption? Also because we are interested in keeping the structure of the Survey cards intact in order to be able to collect new data in the future. We therefore do not want to 'eliminate' feature layers completely.
Thank you.