Actually it is impossible to remove the npm users homepage like the Twitter or GitHub username.
If I send an empty string to the npm API endpoint I'm receiving following error:
child "homepage" fails because ["homepage" is not allowed to be empty]
If I send an empty or undefined value the homepage will remain as before.
Maybe I'm doing something wrong or the endpoint handles this kind of request not correctly.
Actually it is impossible to remove the npm users homepage like the Twitter or GitHub username.
If I send an empty string to the npm API endpoint I'm receiving following error:
child "homepage" fails because ["homepage" is not allowed to be empty]
If I send an empty or undefined value the homepage will remain as before.
Maybe I'm doing something wrong or the endpoint handles this kind of request not correctly.