cURL
curl --request DELETE \ --url https://api.select.dev/api/{organization_id}/sso-group-mappings/{sso_group_name} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Remove all role assignments for an SSO group
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The SSO group name
Successful Response
true
false