**To delete an instance profile** The following ``delete-instance-profile`` command deletes the instance profile named ``ExampleInstanceProfile``. :: aws iam delete-instance-profile \ --instance-profile-name ExampleInstanceProfile This command produces no output. For more information, see `Using instance profiles `__ in the *AWS IAM User Guide*.