remove_project_member
Remove a member from a project by email.
Removing another member requires workspace project-edit permission plus being a
project member (workspace admins are exempt); a user can always remove themselves.
Does not remove them from the workspace — use suspend_member for that.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
workspace_idrequired | string (uuid) | — | The workspace the project belongs to. |
project_idrequired | string (uuid) | — | The project to remove the member from. |
emailrequired | string (email) | — | Email of the project member to remove. |