Removes a comment from the collection.
<void> CommentCollection.remove(<CommentedText> comment, [<RequestBooleanCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| comment | Specifies the comment to remove. |
| callback | Optional. Receives whether the removal was successful. |
| error |
Optional. Is called when the operation failed with an error. |