Remove specific custom user properties from User object

Is there an API to help delete specific custom user properties?
So far, I only know of the GET v2/users, GET v2/users/{user_id}, and PUT v2/users/{user_id}.
I notice that you can only add / change the value of a property but not delete it.

Hi @Nazisagit,

It is not possible to delete a custom user property. You can only update it.
For more on this, please view the link below.

You can also use the GDPR delete API to permanently delete the user, and re-create the user with the new custom properties.

Hope this helps.

1 Like