You can delete a file using the Sftp#deleteFile method.
Example
// delete file named image.gif
sftp.deleteFile("image.gif");