UnlinkDeveloperIdentityInput is a JSON Structure definition published by Amazon Cognito, describing 4 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/identity-pools-unlink-developer-identity-input-structure.json",
"name": "UnlinkDeveloperIdentityInput",
"description": "Input to the <code>UnlinkDeveloperIdentity</code> action.",
"type": "object",
"properties": {
"IdentityId": {
"allOf": [
{
"$ref": "#/components/schemas/IdentityId"
},
{
"description": "A unique identifier in the format REGION:GUID."
}
]
},
"IdentityPoolId": {
"allOf": [
{
"$ref": "#/components/schemas/IdentityPoolId"
},
{
"description": "An identity pool ID in the format REGION:GUID."
}
]
},
"DeveloperProviderName": {
"allOf": [
{
"$ref": "#/components/schemas/DeveloperProviderName"
},
{
"description": "The \"domain\" by which Cognito will refer to your users."
}
]
},
"DeveloperUserIdentifier": {
"allOf": [
{
"$ref": "#/components/schemas/DeveloperUserIdentifier"
},
{
"description": "A unique ID used by your backend authentication process to identify a user."
}
]
}
},
"required": [
"IdentityId",
"IdentityPoolId",
"DeveloperProviderName",
"DeveloperUserIdentifier"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.