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