Forum Discussion

Amato's avatar
Amato
Contributor
8 years ago

How to delete a user by API call?

Hi all,

I'm aware there's already a thread on this topic, but it seems outdated since it is stated that: "it is not possible to delete users in the platform". However, as far as I know, there is a "Delete user" feature provided by the admin console that can be used by an administrator in order to delete a user.
I'm going to integrate a back-end application (Java based) with the RESTful API provided by Lithium. I need to programmatically remove a user from the community. I've found the API call that is used to add a new user but I can't find the API call that is used to delete a user. So, which API do I have to call in order to delete a user programmatically?

 

Thanks in advance

Amato