system.kanoa.security.deleteUser
Description
Deletes a user specified by the userId. SQL cascade will delete the user from the userAssetRole table.Syntax
deleteUser(userId)- userId (Integer) - User ID.
- List of dictionaries (List).
Code Example
# Example Usage:
deletedUserRecords = system.kanoa.security.deleteUser(123)