- 🇩🇰Denmark ressa Copenhagen
I can delete 50 redirects at a time via
/admin/config/search/redirect
, but need to delete thousands of redirects.I ended up uninstalling and reinstalling the Redirect module, since it requires that you delete all redirects via
/admin/modules/uninstall/entity/redirect
, when you try to uninstall it:$ drush un redirect In PmCommands.php line 224: redirect: There is content for the entity type: Redirect. <a href="/admin/modules/uninstall/entity/redirect">Remove redirect entities</a>. Failed to run drush pm:uninstall redirect: exit status 1
Or is there another method, via the GUI, or do I need to add a Views Bulk Operation view, with a Redirect plugin?