CentralCSP
APIWebsite Access

Revoke a member's access

Removes the role granted to a member directly. If a group still grants them a role on this website, they keep that one.

Requires the admin role on the website.

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

Response Body

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