class Github::Client::Repos::Branches::Protections
def delete(*args)
- Api: - public
def delete(*args) arguments(args, required: [:user, :repo, :branch]) delete_request("/repos/#{arguments.user}/#{arguments.repo}/branches/#{arguments.branch}/protection", arguments.params) end