Removes a comment from the collection.

<void> CommentCollection.remove(<CommentedText> comment, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
comment Specifies the comment to remove.
callback Optional. Receives whether the removal was successful.
errorCallback Optional. Is called when the operation failed with an error.