Skip to main content

Remove project access for a group

DELETE <your-unleash-url>/api/admin/projects/:projectId/groups/:groupId/roles

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

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.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
projectId — path required
groupId — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/groups/:groupId/roles' \
-H 'Authorization: <API_KEY_VALUE>'