Amazon Cognito · Schema

DeleteIdentitiesResponse

Returned in response to a successful DeleteIdentities operation.

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
UnprocessedIdentityIds object
View JSON Schema on GitHub

JSON Schema

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