tc_remove_project_user
Remove a member from a project, revoking all access. Destructive action requires explicit confirmation.
Instructions
Remove a member from a project. DESTRUCTIVE — they lose all access.
Requires TC_ENABLE_WRITE=1 AND confirm=true.
Args: project_id: Project ID. user_id: Member id from tc_list_project_members. confirm: Must be true — safety gate.
Returns: {"removed": true, "user_id": str}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| user_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |