Deletes a folder entry.
public void folder_deleteEntry( String accessToken, long entryId );
The folder_deleteEntry operation deletes a folder entry.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The entry identifier of the folder entry you want to delete.
None.
Java objects in the Vibe sources (see Working with Java Objects)