Java's URL and URLConnection do not have support for deletion of resources. (I'm even surprised that upload works).
So you'll either have to use an FTP client library (like FTPClient from Apache Commons Net), or have to implement the necessary parts of the client side of the FTP protocol yourself.