module Gitlab::Client::Notes
def delete_issue_note(project, issue, id)
-
(Gitlab::ObjectifiedHash)
-
Parameters:
-
id
(Integer
) -- The ID of a note. -
issue
(Integer
) -- The ID of an issue. -
project
(Integer
) -- The ID of a project.
def delete_issue_note(project, issue, id) delete("/projects/#{url_encode project}/issues/#{issue}/notes/#{id}") end