Remove details from subscribers
I want to remove the first name, email and phone from a subscriber. How can i achieve this? I tried sending null as value for these fields in the payload but only email is getting removed. I'm using self hosted Novu and using nodejs sdk to interact with it.