Delete users on Bonita Community version

Hello,

Is it possible to delete users (Not only deactivate them in the portal), on Bonita Community version 6.2.6 ? if yes, is there some groovy code to do it ?

Hello,
you will find necessary methods in the UserAPI of the Community version. You will find methods that allow you to delete one user by his username or his userId and a list of users with their userIds.
Hope this helps,
Haris