CentralCSP
APIGroups

Remove a member from a group

Takes a member out of the group. They lose the access the group gave them, but keep anything granted to them directly.

Requires the admin role on the workspace.

DELETE
/v1/workspaces/{workspaceId}/groups/{groupId}/members/{memberId}

Authorization

AuthorizationBearer <token>

An OpenID Connect access token issued by Keycloak, acting as the signed-in user.

In: header

Path Parameters

workspaceId*string
groupId*string
memberId*string

Response Body

curl -X DELETE "https://api-next.centralcsp.com/v1/workspaces/string/groups/string/members/string"
Empty