Function issue_delete_comment_deprecated

Source
pub async fn issue_delete_comment_deprecated(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    index: i32,
    id: i64,
) -> Result<(), Error<IssueDeleteCommentDeprecatedError>>