Delete all comments listed as “Spam”
wp comment delete $(wp comment list --status=spam --format=ids) --force
Delete all comments listed as “Pending”
wp comment delete $(wp comment list --status=hold --format=ids) --force
wp comment delete $(wp comment list --status=spam --format=ids) --force
wp comment delete $(wp comment list --status=hold --format=ids) --force