Skip to main content

Remove project access for a group

DELETE 

/api/admin/projects/:projectId/groups/:groupId/roles

Removes project access for a group by removing all of its roles for the project.

Request

Path Parameters

    projectId stringrequired
    groupId stringrequired

Responses

This response has no body.

Loading...