Method: Gitlab::Client::Projects#delete_git_hook
- Defined in:
- lib/gitlab/client/projects.rb
#delete_git_hook(id, options = {}) ⇒ Gitlab::ObjectifiedHash
Deletes a git hook from a project. See: docs.gitlab.com/ee/api/projects.html#delete-project-git-hook
300 301 302 |
# File 'lib/gitlab/client/projects.rb', line 300 def delete_git_hook(id, ={}) delete("/projects/#{id}/git_hook") end |