The main problem when it comes to deleting all your tweets from your account is the Twitter API doesn't allow retrieval of tweets further than your last ~3000. Rehatch overcomes this problem by using your Twitter Archive instead.
brew install davdroman/tap/rehatch
rehatch <twitterArchiveZip>
You can optionally specify a --until-date
UNIX timestamp to delete tweets only until a certain date.