Removes a tag from a folder entry.
public void folder_deleteEntryTag( String accessToken, long entryId, String tagId );
The folder_deleteEntryTag operation removes a tag from 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 entry from which you want to remove a tag.
A string identifying the tag you want to remove from the entry.
None.
Java objects in the Vibe sources (see Working with Java Objects)