:doc:`CognitoIdentity <../../cognito-identity>` / Client / unlink_developer_identity

*************************
unlink_developer_identity
*************************



.. py:method:: CognitoIdentity.Client.unlink_developer_identity(**kwargs)

  

  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.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UnlinkDeveloperIdentity>`_  


  **Request Syntax**
  ::

    response = client.unlink_developer_identity(
        IdentityId='string',
        IdentityPoolId='string',
        DeveloperProviderName='string',
        DeveloperUserIdentifier='string'
    )
    
  :type IdentityId: string
  :param IdentityId: **[REQUIRED]** 

    A unique identifier in the format REGION:GUID.

    

  
  :type IdentityPoolId: string
  :param IdentityPoolId: **[REQUIRED]** 

    An identity pool ID in the format REGION:GUID.

    

  
  :type DeveloperProviderName: string
  :param DeveloperProviderName: **[REQUIRED]** 

    The "domain" by which Cognito will refer to your users.

    

  
  :type DeveloperUserIdentifier: string
  :param DeveloperUserIdentifier: **[REQUIRED]** 

    A unique ID used by your backend authentication process to identify a user.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`CognitoIdentity.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`CognitoIdentity.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`CognitoIdentity.Client.exceptions.NotAuthorizedException`

  
  *   :py:class:`CognitoIdentity.Client.exceptions.ResourceConflictException`

  
  *   :py:class:`CognitoIdentity.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`CognitoIdentity.Client.exceptions.InternalErrorException`

  