Method RemoveComment
| Improve this Doc View SourceRemoveComment(RemoveCommentForm, CancellationToken)
Removes a comment.
Declaration
Task<CommentResponse> RemoveComment(RemoveCommentForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
RemoveCommentForm | form | The form to send for removing a comment. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<CommentResponse> | The task object representing the asynchronous operation. The task result contains the response after removing the comment. |