Delete User

You can delete the end users of a Catalyst application to remove their access to it permanently.

This is done using the deleteUser() method. You must pass the UserID of the user as the parameter to this method as shown below.

Sample Code Snippet


Package Imports
copy
import com.zc.component.users.ZCUser;
copy
ZCUser.getInstance().deleteUser(1510000000109587l); //Pass the UserID of the user to be deleted

Last Updated 2025-09-23 19:47:43 +0530 IST

ON THIS PAGE

RELATED LINKS

Authentication