<?php
// CBPAllHistoryService :: DeleteByDocument()
// /dist/bitrix/modules/bizproc/classes/general/historyservice.php:170
public static function DeleteByDocument($documentId)
{
$h = new CBPHistoryService();
$h->DeleteHistoryByDocument($documentId);
}