checkCommandAccessibility(COMMAND_REMOVE);
ServiceRender entity = getExistentEntity();
onRemove(entity, auditDocList);
remove(manager, entity, getCollaborator(), auditDocList);
List<AuditDetails> auditInfo = persistAudit(auditDocList);
return new ModificationInfo(entity.getId(), auditInfo);
} catch (ClipsServerException ex) {
throw ex;
} catch (Exception ex) {
throw new ClipsServerException("Ошибка удаления", ex);
}