remove_team_member
Remove a member from a team. Find the team by name or ID, and the user by name or email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | User name or email to remove | |
| team_id | No | Team ID (optional if team_name is provided) | |
| team_name | No | Team name (optional if team_id is provided) |