How to drop tables from Sql Server db?

I’m in the process of development and I’d like to be able to remove all of the tables from the database so that I can test from a clean slate. What is the best way to accomplish this? All of the foreign keys prevent dropping the tables

You can try the approach (SQL script) at the end of this post: Poor performance on Job table (high cpu)