cURL
curl --request DELETE \ --url https://api.devin.ai/v3beta1/enterprise/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 enterprise.
Removes all roles associated with account_id.
Successful Response
Show child attributes