Function repo_delete_branch

Source
pub async fn repo_delete_branch(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    branch: &str,
) -> Result<(), Error<RepoDeleteBranchError>>