SFTP File Delete
1 min
Deletes the file at the ftp location specified
API Definition
SFTP File Delete API
Call the following API:
POST
https://orca.pathfix.com/functions/web/sftpdelete
{
"input": {
"user_name": "User Name",
"password": "Password",
"file_path": "ftp://test.yourdomain.net:22/folder/subfolder/textfile.txt"
}
}