bulk_term_delete
The Bulk Term Delete module provides a convenient way to manage your taxonomy terms by enabling bulk deletion. Instead of removing terms one by one, site administrators or users with the appropriate permissions can select multiple terms from the taxonomy list page and delete them in a single action. This can save significant time and effort when cleaning up large taxonomies.
Features
Select multiple taxonomy terms from the terms list page.
Delete selected terms in a single action.
Works with Drupal 10 and Drupal 11.
Installation
Download the module https://www.drupal.org/project/bulk_term_delete
Enable the module via the Drupal admin interface or using Drush:
drush en bulk_term_delete -y
Navigate to the taxonomy terms page, select the terms you want to delete, and use the bulk delete action.
Permissions
Users must have the administer taxonomy permission to delete terms.
Usage
Go to Structure > Taxonomy.
Click List terms for the vocabulary you want to manage.
Click on Bulk Delete Terms.
Select the terms you want to delete using the check boxes.
Choose Delete selected terms action.
Confirm the deletion.