Module Smaws_Client_CognitoIdentity.UnlinkIdentity

val request : Smaws_Lib.Context.t -> unlink_identity_input -> (unit, [> Smaws_Lib.Protocols.AwsJson.error | `ExternalServiceException of external_service_exception | `InternalErrorException of internal_error_exception | `InvalidParameterException of invalid_parameter_exception | `NotAuthorizedException of not_authorized_exception | `ResourceConflictException of resource_conflict_exception | `ResourceNotFoundException of resource_not_found_exception | `TooManyRequestsException of too_many_requests_exception ]) Stdlib.result

Unlinks a federated identity from an existing account. Unlinked logins will be considered new identities next time they are seen. Removing the last linked login will make this identity inaccessible.

This is a public API. You do not need any credentials to call this API.