class Github::Client::Repos::Collaborators

def remove(*args)

Other tags:
    Api: - public
def remove(*args)
  arguments(args, required: [:user, :repo, :username])
  delete_request("/repos/#{arguments.user}/#{arguments.repo}/collaborators/#{arguments.username}", arguments.params)
end