* feat: bulk delete
* test: add DeleteObjectsActionTest
* test: add DeleteEntitiesActionTest
* feat: delete on controllers + tests
* test: ResourceControllerTest testDeleteMulti
* fix: handle exception
* chore fix: phpcs
* fix: return deleteManyOrFail result
* test: delete many fails
* refactor: use query param ids
* chore fix: remove unused code
* refactor: iterate over delete single item actions
* chore fix: move statement after if
* tests: fix testDeleteMulti
* tests: delete different objects types by id
* fix: trash delete by ids
* chore fix: phpcs
* fix: trash delete only deleted objects
* refactor: DeleteEntitiesAction can raise exception
* fix: trash index filter deleted
* fix: tests
* fix: try and catch for delete action
* fix: handle exception
* fix: miscellaneous
* chore doc: phpdoc [ci-skip]