Change the `remove_exposure()` function to only remove assets and call it `delete_assets()`
The remove_exposure() function removes either baseline or regular exposure data by deleting baseline entities or regular entities. Due to the database trigger, the respective assets are then also deleted. This behavior needs to change as the entities should not be deleted anymore. The modified function should only delete the (baseline) assets and leave the entities untouched.