# File lib/gitlab/client/system_hooks.rb, line 54
    def delete_hook(id)
      delete("/hooks/#{id}")
    end