Drush version: 12.3.0.0
.
If you have a large number of nodes and want to process them in batches, you can use the --chunk
option:
drush entity:delete node --bundle=article --chunks=50
To remove all article entities
drush entity:delete node --bundle=article