curl -X DELETE "https://api.devin.ai/v2/enterprise/organizations/org_123/members/user_456" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "status": "success" }
Remove a user from an organization
Remove a user from an organization.
The unique identifier of the organization
The unique identifier of the user to remove
Status of the operation