cara menghapus file csv di python

import os
os.remove('outfile.csv')
Magnificent Mongoose