Function delete_comment

Source
pub async fn delete_comment(
    configuration: &Configuration,
    id: i32,
    comment_id: &str,
) -> Result<DeleteCommentResponse200, Error<DeleteCommentError>>
Expand description

Deletes a comment.