CentralCSP
APIMembers

Remove a member

Removes someone from the workspace, along with their website access grants and group memberships. The owner cannot be removed, so transfer ownership first. An admin can remove themselves but not another admin.

Requires the admin role on the workspace.

DELETE
/v1/workspaces/{workspaceId}/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
memberId*string

Response Body

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