Below is the command to delete an IAM user using AWS command line where username is the name of the user that needs to be deleted.
aws iam delete-user --user-name username
Below is the command to delete an IAM user using AWS command line where username is the name of the user that needs to be deleted.
aws iam delete-user --user-name username