Function repos_slash_delete_deploy_key

Source
pub async fn repos_slash_delete_deploy_key(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    key_id: i32,
) -> Result<(), Error<ReposSlashDeleteDeployKeyError>>
Expand description

Deploy keys are immutable. If you need to update a key, remove the key and create a new one instead.