Deletes identities from an identity pool. You can specify a list of 1-60 identities that you want to delete.
You must use AWS Developer credentials to call this API.
cognitoidentity_delete_identities(IdentityIdsToDelete)
[required] A list of 1-60 identities that you want to delete.
A list with the following syntax:
list( UnprocessedIdentityIds = list( list( IdentityId = "string", ErrorCode = "AccessDenied"|"InternalServerError" ) ) )
svc$delete_identities( IdentityIdsToDelete = list( "string" ) )