• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/observer/entity/observertable.php
  • Класс: Bitrix\Crm\Observer\Entity\ObserverTable
  • Вызов: ObserverTable::deleteByEntityTypeId
static function deleteByEntityTypeId(int $entityTypeId): void
{
	static::deleteByFilter([
		'ENTITY_TYPE_ID' => $entityTypeId
	]);
}