pub async fn repos_slash_delete_repo_ruleset(
configuration: &Configuration,
owner: &str,
repo: &str,
ruleset_id: i32,
) -> Result<(), Error<ReposSlashDeleteRepoRulesetError>>
Expand description
Delete a ruleset for a repository.
pub async fn repos_slash_delete_repo_ruleset(
configuration: &Configuration,
owner: &str,
repo: &str,
ruleset_id: i32,
) -> Result<(), Error<ReposSlashDeleteRepoRulesetError>>
Delete a ruleset for a repository.