id (String): The unique identifier for the patient, provider, or admin user. Mandatory Field
UserPoolId (Int): The type of portal user group the user belongs to. Either admin, patient, or provider. Provider = 1, Patient =2, Admin=3. Mandatory Field. Input: 1, 2, 3
{ aws cognito-idp admin-delete-user \
--id "32343"\
--UserPoolID 1\
OutPut
}
None