For Redis engine version 6.x onwards: Deletes a user. The user will be removed from all user groups and in turn removed from all replication groups. For more information, see Using Role Based Access Control (RBAC).
elasticache_delete_user(UserId)
[required] The ID of the user.
A list with the following syntax:
list( UserId = "string", UserName = "string", Status = "string", Engine = "string", AccessString = "string", UserGroupIds = list( "string" ), Authentication = list( Type = "password"|"no-password", PasswordCount = 123 ), ARN = "string" )
svc$delete_user( UserId = "string" )