pub async fn remove_project_member(
    configuration: &Configuration,
    project_id: &str,
    member_id: &str
) -> Result<(), Error<RemoveProjectMemberError>>
Expand description

This endpoint requires the user to be a member of the project with the role OWNER.