Remove a shared project from a group
DELETE
/api/v4/groups/{id}/shared_projects/{project_id}
Removes a shared project targeting this group. The group Owner can remove a shared project without access to the source project.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string
The ID of a group
project_id
required
integer
The ID of the shared project
Responses
Section titled “Responses”No Content
Bad request
Forbidden
Not found