Function gists_slash_delete_comment

Source
pub async fn gists_slash_delete_comment(
    configuration: &Configuration,
    gist_id: &str,
    comment_id: i32,
) -> Result<(), Error<GistsSlashDeleteCommentError>>
Expand description