ssh_sftp_delete_file
Delete a file on a remote server via SFTP. Provide the session ID and remote file path to remove the file.
Instructions
Delete a file on the remote server using SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | The session ID returned by ssh_connect | |
| path | Yes | Remote file path to delete |