- Is there some way to delete all unassigned articles
You can use tools/deleteSubmissions.php to delete submissions by ID. This is something you’ll need to do from the command line. You can run…
php tools/deleteSubmissions.php 12345
…where 12345 is a submission ID.