v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142311090.8 KB

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 AWS Developer credentials to call this API.

post/#X-Amz-Target=AWSCognitoIdentityService.UnlinkDeveloperIdentity

Headers

X-Amz-Target'AWSCognitoIdentityService.UnlinkDeveloperIdentity' required

Request body

IdentityIdstring required

A unique identifier in the format REGION:GUID.

IdentityPoolIdstring required

An identity pool ID in the format REGION:GUID.

DeveloperProviderNamestring required

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

DeveloperUserIdentifierstring required

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

Response

Success