pub async fn repo_delete_team(
configuration: &Configuration,
owner: &str,
repo: &str,
team: &str,
) -> Result<(), Error<RepoDeleteTeamError>>
pub async fn repo_delete_team(
configuration: &Configuration,
owner: &str,
repo: &str,
team: &str,
) -> Result<(), Error<RepoDeleteTeamError>>