Neuralk.projects.delete_user# Neuralk.projects.delete_user(project, user_email)# Remove a user from a project by project ID. Parameters: project (str|Project) – The project to remove the user from or its ID user_email (str) – The email of the user to remove Raises: NeuralkException – If removing the user fails Return type: None