module Gitlab::Client::Issues
def delete_issue(project, id)
-
(Gitlab::ObjectifiedHash)
- Information about deleted issue.
Parameters:
-
id
(Integer
) -- The ID of an issue. -
project
(Integer, String
) -- The ID or name of a project.
def delete_issue(project, id) delete("/projects/#{url_encode project}/issues/#{id}") end