Amazon Cognito · JSON Structure

Cognito Identity Delete Identities Response Structure

Returned in response to a successful DeleteIdentities operation.

Type: object Properties: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

DeleteIdentitiesResponse is a JSON Structure definition published by Amazon Cognito, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

UnprocessedIdentityIds

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-delete-identities-response-structure.json",
  "name": "DeleteIdentitiesResponse"
}