delete ALL posts
wp post delete $(wp post list --format=ids)` // .. or the bad way lol wp db query "DELETE from wp_posts where post_type = 'post'"