How to delete strings from the /FileStore/

kkawka1
New Contributor III

We have just started working with databricks in one of my university modules, and the lecturers gave us a set of commands to practice saving data in the FileStore. One of the commands was the following:

dbutils .fs.cp("/ databricks - datasets / weathher / high_temps ", "/ FileStore /") 

This basically saved a bunch of strings in the FileStore without creating a new file. I have no idea how to remove them. Is this even possible?