pub async fn repos_slash_delete_an_environment(
configuration: &Configuration,
owner: &str,
repo: &str,
environment_name: &str,
) -> Result<(), Error<ReposSlashDeleteAnEnvironmentError>>
Expand description
OAuth app tokens and personal access tokens (classic) need the repo
scope to use this endpoint.