The path to the file to delete
A promise that resolves when the file is deleted or doesn't exist
This function silently succeeds if the file doesn't exist (no error is thrown). If the file exists but cannot be deleted due to permissions or other errors, the error is logged to the console but the function completes normally.
Deletes a file from the filesystem if it exists.