Provides a drush command and a queue for mass-deleting entities.

Usage

Examples:
 drush entity-bulk-delete node             Deletes all nodes                     
 drush entity-bulk-delete node --limit=50  Delete all nodes, 50 at a time        
 drush entity-bulk-delete node             Queues all article and page nodes for 
 --bundles=article,page --queue            deletion.

Arguments:
 entity-type                               The entity type.

Options:
 --bundles                                 A comma-separated list of bundles.        
 --limit                                   Limit on the number of items of each      
                                           deletion process. Default is 25.         
 --queue                                   Instead of deleting immediately, puts the 
                                           entities in a deletion queue to be run    
                                           later.

Aliases: ebd
Supporting organizations: 

Project information

Releases