Removes the link from the collection.

<void> DocumentLinkCollection.remove(<DocumentLink> documentLink, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
documentLink Specifies the link to remove.
callback Optional. Receives whether the remove was succesful.
errorCallback Optional. Is called when the operation failed with an error.