Deletes a binder.
public void binder_deleteBinder( String accessToken, long binderId, boolean deleteMirroredSource );
The binder_deleteBinder operation deletes a workspace or folder.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The binder identifier of the workspace or folder you want to delete.
Deletes the source directory, if the folder being deleted is a mirrored folder.
None.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)