Path: blob/develop/awscli/examples/cognito-idp/admin-delete-user-attributes.rst
1567 views
**To delete a user attribute** This example deletes a custom attribute CustomAttr1 for user [email protected]. Command:: aws cognito-idp admin-delete-user-attributes --user-pool-id us-west-2_aaaaaaaaa --username [email protected] --user-attribute-names "custom:CustomAttr1"