scf_remove_team_member
Remove a user from a team to revoke access while preserving audit history.
Instructions
Remove a user from a team (destructive write — admin role). The membership row is deleted; the audit trail keeps the history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | Organization UUID — obtain from scf_list_organizations | |
| team_id | Yes | Team UUID — obtain from scf_list_teams | |
| user_id | Yes | User UUID — obtain from scf_get_team |