admin_delete_unadopted_repository

Function admin_delete_unadopted_repository 

Source
pub async fn admin_delete_unadopted_repository(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<(), Error<AdminDeleteUnadoptedRepositoryError>>