Arduino GIGA, how to delete files on the USB stick?

Good morning.
Using a USB stick on an Arduino Giga I can easily read and write files but... how do I delete them?
A thousand thanks
Beppe

Found:
int a = usb.remove(file_path);
if(a == 0) OK deleted

Good day