Skip to main content

Remove project group role

DELETE 

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

deprecated

This endpoint has been deprecated and may be replaced or 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 stringrequired
    groupId stringrequired
    roleId stringrequired

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/groups/:groupId/roles/:roleId' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!