Clear business
We provide a method for deleting all the contents of a given business. This method is:
shimoku.plt.clear_business()
It uses the implicit business_id from the shimoku.plt library (it has to be initiated before calling this method).
Every app of the business will be removed.
If we have a business with lots of apps and paths, like:

business with many apps
We can clear it all with just one command! After executing shimoku.plt.clear_business() we get:

Result of executing shimoku.plt.clear_business()
With a large number of reports it might take some time.