Predeletes a binder by moving it to the trash.
public void binder_preDeleteBinder( String accessToken, long binderId );
The binder_preDeleteBinder operation moves a workspace or folder to the trash. All contained binders and entries are also moved 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 binder identifier for the workspace or folder that you want to move to the trash.
None.