Releases a locked entry.
public void folder_unreserveEntry( String accessToken, long entryId );
The folder_unreserveEntry operation releases a locked entry.
Users reserve and release an entry in the UI by using the Reserve and Unreserve menu items.
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 you want to release from its lock.
None.
Java objects in the Vibe sources (see Working with Java Objects)