Function remove

Source
pub async fn remove(
    db: &Surreal<Client>,
    id: &str,
    member: Vec<&str>,
) -> Result<Option<Organization>>