module Gitlab::Client::Projects
def unshare_project_with_group(project, id)
-
(void)
- This API call returns an empty response body.
Parameters:
-
id
(Integer
) -- The ID of a group. -
project
(Integer, String
) -- The ID or path of a project.
def unshare_project_with_group(project, id) delete("/projects/#{url_encode project}/share/#{id}") end