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