# remove_member

> Remove a member from the active workspace (their access ends on their next call), or revoke a pending invite by email. Use when the user wants to remove/kick someone from the workspace/team, cancel an invite, or leave the workspace themselves. Removing a member requires confirm: true after the user confirms; the last owner can never be removed.

_MCP tool "Remove a member" · writes data · destructive · https://forms.ax/help/tools/remove_member_

## Ask your assistant

- "Remove erik@company.com from the workspace."
- "Cancel the invite I sent to Anna."

Access ends on the member's next call. Anyone can leave a workspace themselves, but the last owner can't be removed — transfer ownership first.

## Inputs

- `member` (string, required): The member's email — or a pending invite's email to revoke it (see list_members)
- `confirm` (boolean): true once the user has confirmed the removal
