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
I use Drupal console for this https://docs.drupalconsole.com/ko/commands/entity-delete.html
drupal entity:delete [arguments]