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.entry for which '@key' equals url (e.g. file:/usr/share/geoserver/data_dir/data/my/store/
- perform a DELETE operation on
resource end point using previous data/my/store/.
Is that correct?
Thanks!