Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / iam / delete-user.rst
Size: Mime:
**To delete an IAM user**

The following ``delete-user`` command removes the IAM user named ``Bob`` from the current account::

  aws iam delete-user --user-name Bob

For more information, see `Deleting a User from Your AWS Account`_ in the *Using IAM* guide.

.. _`Deleting a User from Your AWS Account`: http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_DeletingUserFromAccount.html