Removes a file attachment from an entry.
public void folder_removeFile( String accessToken, long entryId, String fileName );
The folder_removeFile operation removes a file attachment from an entry in a folder.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the entry that includes the attachment you want to remove.
A string containing the filename of the attachment you want to remove from the entry.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)