Method DeleteComment
| Improve this Doc View SourceDeleteComment(DeleteCommentForm, CancellationToken)
Deletes a comment.
Declaration
public Task<CommentResponse> DeleteComment(DeleteCommentForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteCommentForm | form | The form to send for deleting 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 deleting the comment. |