folder_deleteEntry

Deletes a folder entry.

Syntax

public void folder_deleteEntry( String accessToken, long entryId );

Description

The folder_deleteEntry operation deletes 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 folder entry you want to delete.

return_value

None.

See Also