Aside from "unused" data inside your database you could be blocking unique columns like emails, user names or slugs for example. Additionally you should ask yourself if it really makes sense to soft delete all models and keep in mind that some data has to be deleted if the user wishes so. Ask yourself in general if you really need that data in the future.