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