pub async fn repo_delete_key(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<(), Error<RepoDeleteKeyError>>
pub async fn repo_delete_key(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<(), Error<RepoDeleteKeyError>>