folder_deleteEntryTag

Removes a tag from a folder entry.

Syntax

public void folder_deleteEntryTag( String accessToken, long entryId, String tagId );

Description

The folder_deleteEntryTag operation removes a tag from a folder entry.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

entryId

The entry identifier of the entry from which you want to remove a tag.

tagId

A string identifying the tag you want to remove from the entry.

return_value

None.

See Also