v1
latestOpenAPI 3.1.02026-07-2295105298.6 KBTeam Management
Remove Organization Member
Removes a user from your organization. Also cleans up any stray website_members rows for that user across all websites in the organization within a single transaction. Requires a global API key. Cannot remove the API key's owning user, the organization owner, or the last remaining admin.
delete/api/v1/organizations/members/{user_id}
Response
Member removed successfully
Example response
{
"success": true,
"message": "User removed from organization"
}