unlinkDeveloperIdentity
inline suspend fun CognitoIdentityClient.unlinkDeveloperIdentity(crossinline block: UnlinkDeveloperIdentityRequest.Builder.() -> Unit): UnlinkDeveloperIdentityResponse
Unlinks a DeveloperUserIdentifier
from an existing identity. Unlinked developer users will be considered new identities next time they are seen. If, for a given Cognito identity, you remove all federated identities as well as the developer user identifier, the Cognito identity becomes inaccessible.
You must use Amazon Web Services developer credentials to call this operation.