Removes the link from the collection.
<void> DocumentLinkCollection.remove(<DocumentLink> documentLink, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
document |
Specifies the link to remove. |
callback | Optional. Receives whether the remove was succesful. |
error |
Optional. Is called when the operation failed with an error. |