{ "$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 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." } ] } } }