[url=https://dev.1c-bitrix.ru/api_d7/detail.php?ID=1752623]delete[/url]
public static
\Bitrix\Main\Config\Option::delete(
string $moduleId,
array $filter = array()
);
Deletes options from a DB.
Parameters
ParameterDescriptionVersion
$moduleIdThe module ID.
$filterThe array with filter keys:
name - the name of the option;
site_id - the site ID (can be empty).
Exceptions
\Bitrix\Main\ArgumentNullException
Examples