API V3 - Instance level
cURL
curl --request DELETE \ --url https://paradigm-preprod.lighton.ai/api/v3/instance/workspaces/{id}/members/groups/{group_id} \ --header 'Authorization: Bearer <token>'
⚠️ ALPHA ENDPOINT - This endpoint is in alpha and subject to breaking changes. Use with caution in production environments.
Remove a group from a workspace. This endpoint can only be used by instance level admins.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Group removed from workspace successfully