Skip to content

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

ParameterTypeDefaultDescription
workspace_idrequiredstring (uuid)The workspace the project belongs to.
project_idrequiredstring (uuid)The project to remove the member from.
emailrequiredstring (email)Email of the project member to remove.