remove folder and subfolders ubuntu code example Example: delete folder and its subfolders in python import shutil shutil.rmtree('/path/to/your/dir/')