Function repo_delete_branch_protection

Source
pub async fn repo_delete_branch_protection(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    name: &str,
) -> Result<(), Error<RepoDeleteBranchProtectionError>>