Skip to main content

Remove project group role

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

Authorization

name: Authorizationtype: apiKeyin: header
deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

Removes a project role from a group. This endpoint is deprecated. Use /:projectId/groups/:groupId/roles instead.

Request

Path Parameters

  • projectId string required
  • groupId string required
  • roleId string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: header

Request

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