Bulk Paragraph Delete
Bulk Paragraph Delete provides a way to delete multiple paragraph types simultaneously from the Drupal administration interface, preventing dependency errors by checking for and warning about paragraph types that are still in use. It integrates as an action button on the Paragraph Types listing page and allows for bulk selection with dependency validation.
Bulk Paragraph Delete
Introduction
Bulk Paragraph Delete allows administrators to delete multiple paragraph types
at once from the Drupal admin UI, rather than removing them one at a time.
Before deleting, the module checks whether each paragraph type is still
referenced in any field configuration and skips those with a warning message,
preventing configuration dependency errors.
Features
Bulk selection with checkboxes and select-all functionality
Dependency validation — skips paragraph types still in use
Warning messages identifying which fields reference a protected type
Integrates as an action button on the Paragraph Types listing page
Requirements
Drupal core 10.3 or 11
Paragraphs module
Installation
Install as you would normally install a contributed Drupal module. See
Installing Drupal Modules
for further information.
drush en bulk_paragraph_delete
Configuration
No configuration is required. After enabling the module, navigate to:
Administration > Structure > Paragraph types
(/admin/structure/paragraphs_type)
A Bulk Delete Paragraphs action button will appear. Click it to access the
bulk deletion form.