Remove a team member
oneguard_teams_removeRemove a member from your organization to revoke their access to all secrets. Requires confirming their email to avoid accidental removal. Use when a specific team member must be permanently uninvited.
Instructions
Removes a member from the organization and revokes their access to every secret in it. This cannot be undone — they would have to be invited again. Only call this after the user explicitly asked for this specific person to be removed, and read their email back to the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member | Yes | Member email, or their id / 8-character prefix. | |
| confirm | Yes | Must be exactly the member's email address, as a guard against removing the wrong person. Get it from oneguard_teams_list. |