Admin Delete User Attributes
POST {{aws_cognito_identity_provider_base_url}}/?Action=AdminDeleteUserAttributes
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | An array of strings representing the user attribute names you wish to delete. |
Request Body
{"UserAttributeNames"=>["string"], "Username"=>"string", "UserPoolId"=>"string"}