Remove a team member
team_remove_memberRemove a user's membership from a customer account, immediately revoking access and invalidating sessions. Requires customer and user UUIDs.
Instructions
Remove a user's membership (role assignment) from this customer. HIGH IMPACT: the user immediately loses access and all their sessions are invalidated. You cannot remove yourself. Find the user UUID via team_list_members first. To change a member's permissions instead of removing them, use team_update_member_role. Requires the team:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User UUID of the team member (find it via team_list_members) | |
| customer_id | Yes | Your customer UUID (shown in the WARP portal under Settings) |