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