Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotFound when deleting repo hooks #221

Open
nateberkopec opened this issue Mar 5, 2015 · 0 comments
Open

NotFound when deleting repo hooks #221

nateberkopec opened this issue Mar 5, 2015 · 0 comments

Comments

@nateberkopec
Copy link

github_client.repos.hooks.list(repo: "foo", user: "bar").each do |h|                                                              
  github_client.repos.hooks.delete(repo: "foo", user: "bar", id: h.id)                                                            
end                                                                                                                                                       
# Github::Error::NotFound: DELETE

This looks superficially similar to #170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant