Amazon Cognito · Schema

DeleteIdentitiesResponse

Returned in response to a successful DeleteIdentities operation.

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Properties

Name Type Description
UnprocessedIdentityIds object
View JSON Schema on GitHub

JSON Schema

cognito-identity-delete-identities-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "UnprocessedIdentityIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnprocessedIdentityIdList"
        },
        {
          "description": "An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId."
        }
      ]
    }
  },
  "description": "Returned in response to a successful <code>DeleteIdentities</code> operation.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-identity-delete-identities-response-schema.json",
  "title": "DeleteIdentitiesResponse"
}