I'd just like a confirmation.
If I wanted to remove data files when a store is removed then I'd have to
- get store details via GET
- retrieve the entry under connectionParameters.entryfor which '@key' equalsurl(e.g.file:/usr/share/geoserver/data_dir/data/my/store/
- perform a DELETE operation on resourceend point using previousdata/my/store/.
Is that correct?
Thanks!