Removes the target from the collection.
<void> DocumentTargetCollection.remove(<DocumentTarget> documentTarget, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
document |
Specifies the target to remove. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |