I have a need to remove all nodes of the same type in Drupal 8 (there are over 7k of nodes).
It wouldn\'t be a problem for Drupal 7 (DB query + node_del
The very easy way is to install Bulk Delete module. It's available for D7 & D8.
After installing the module, you will see the Bulk Delete node tab option when you click on content menu.
It saved my day :)
For your ease, I have attached a screenshot.