Function repo_delete_collaborator

Source
pub async fn repo_delete_collaborator(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    collaborator: &str,
) -> Result<(), Error<RepoDeleteCollaboratorError>>