• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/Kanban/ControllerStrategy/KanbanStrategy.php
  • Класс: Bitrix\CrmMobile\Kanban\ControllerStrategy\KanbanStrategy
  • Вызов: KanbanStrategy::deleteItem
public function deleteItem(int $id, array $params = []): Result
{
	$this->getKanbanInstance()->getEntity()->deleteItems([$id], false, null, $params);

	// I think that after switching to a new api in kanban,
	// we will be able to receive the result of the deletion
	return new Result();
}