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.

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

ON THIS PAGE

RELATED LINKS

Authentication