unlinkIdentity
inline suspend fun CognitoIdentityClient.unlinkIdentity(crossinline block: UnlinkIdentityRequest.Builder.() -> Unit): UnlinkIdentityResponse
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.