Predeletes an entry by moving it to the trash.
public void folder_preDeleteEntry( String accessToken, long entryId );
The folder_preDeleteEntry operation moves an entry to the trash.
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 that you want to move to the trash.
None.