For Redis engine version 6.x onwards: Deletes a ser group. The user group must first be disassociated from the replcation group before it can be deleted. For more information, see Using Role Based Access Control (RBAC).
elasticache_delete_user_group(UserGroupId)
[required] The ID of the user group.
A list with the following syntax:
list( UserGroupId = "string", Status = "string", Engine = "string", UserIds = list( "string" ), PendingChanges = list( UserIdsToRemove = list( "string" ), UserIdsToAdd = list( "string" ) ), ReplicationGroups = list( "string" ), ARN = "string" )
svc$delete_user_group( UserGroupId = "string" )