remove_member
Remove a member (accepted or pending) from this project by memberId or email, matching the first record found; returns {message, email}. This deletes the membership record outright with no undo, so getting the person back onto the project takes a fresh invite_member call, not a restore. Errors when neither memberId nor email is given, no member matches, the caller isn't the project owner, or the token lacks the config scope. Owner only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Email address (alternative to memberId — removes the first matching member). | ||
| memberId | No | Member record UUID (from list_members). |