# 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. |
