Delete a User

The end-user of a Catalyst application can be deleted from a Catalyst application to discontinue their access to it. This can be done by calling the delete_user() method and by passing the UserID of the user to be deleted as a parameter to it. This method returns a response as true when the user is deleted.

The authentication_service reference used below is already defined in the component instance page.

    
copy
#Delete an existing user delete_response = authentication_service.delete_user(2305000000007745)

Last Updated 2023-12-18 16:20:08 +0530 +0530

ON THIS PAGE

RELATED LINKS

Authentication