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
Руководитель отдела документации