cURL
curl --request DELETE \ --url https://api.devin.ai/v3beta1/enterprise/members/idp-groups/{idp_group_name}
{ "idp_group_name": "<string>", "role_assignments": [ { "role": { "role_name": "<string>", "role_id": "<string>", "role_type": "enterprise" }, "org_id": "<string>" } ] }
Remove idp_group from the enterprise.
Removes all member roles entries associated with account_id.
Successful Response
Show child attributes