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 string required
  • groupId string required
Responses

This response has no body.

Loading...