CentralCSP
APIWebsite Access

Revoke a group's access

Removes the group's role on this website. Its members keep any role granted to them directly.

Requires the admin role on the website.

DELETE
/v1/workspaces/{workspaceId}/websites/{websiteId}/access/groups/{groupId}

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
groupId*string

Response Body

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