Admin Delete User Attributes

POST {{aws_cognito_identity_provider_base_url}}/?Action=AdminDeleteUserAttributes

Request Params

KeyDatatypeRequiredDescription
ActionstringAn array of strings representing the user attribute names you wish to delete.

Request Body

{"UserAttributeNames"=>["string"], "Username"=>"string", "UserPoolId"=>"string"}