cURL
curl --request DELETE \ --url https://api.devin.ai/v3beta1/enterprise/organizations/{org_id}/members/users/{user_id}
{ "user_id": "<string>", "email": "<string>", "name": "<string>", "role_assignments": [ { "role": { "role_name": "<string>", "role_id": "<string>", "role_type": "enterprise" }, "org_id": "<string>" } ] }
Remove user from the organization.
Successful Response
Show child attributes