adminForgetDevice
inline suspend fun CognitoIdentityProviderClient.adminForgetDevice(crossinline block: AdminForgetDeviceRequest.Builder.() -> Unit): AdminForgetDeviceResponse
Forgets, or deletes, a remembered device from a user's profile. After you forget the device, the user can no longer complete device authentication with that device and when applicable, must submit MFA codes again. For more information, see Working with devices.
Amazon Cognito evaluates Identity and Access Management (IAM) policies in requests for this API operation. For this operation, you must use IAM credentials to authorize requests, and you must grant yourself the corresponding IAM permission in a policy.
Learn more