Hello,
I have a data gateway setup and am successfully pulling a file from it and uploading its contents to SharePoint. I want to delete the on premise file after the process, however I cannot get it working. I have tried using the delete file function and placing the 'list files' ID, Path, Name, even DisplayName and no luck. It either says it cannot find the file, or when I choose Name, it says success but the file does not delete.

Here is the error.
"body":{"status":400,"message":"The requested action could not be completed. Check your request parameters to make sure the path 'E:\\Code\\Powershell\\Career Services Upload\\Upload/Alumni-1-27-2021.csv' exists on your file system.\r\nclientRequestId: 514b3371-62c4-48a7-ad32-203494d005bb","error":{"message":"The requested action could not be completed. Check your request parameters to make sure the path 'E:\\Code\\Powershell\\Career Services Upload\\Upload/Alumni-1-27-2021.csv' exists on your file system."},"source":"filesystem-wus.azconn-wus-01.p.azurewebsites.net"}}
That path does work on my file system, and is working on my get file content component.
Thanks.