Skip to content

Remove member (Admin+)

DELETE
/tenants/me/members/{user_id}

Removes a member from the tenant. Only admins and owners can remove members. You cannot remove the owner, yourself, or a member with equal or higher role (unless you are the owner).

user_id
required
string format: uuid

User ID (UUID) of the member to remove

Member removed

Cannot remove yourself

Unauthorized

Forbidden — insufficient role or protected member

Member not found

Server error